be2net: Disable coalesce water mark mode of CQ for Lancer
Disable coalesce water mark mode of CQ for Lancer Signed-off-by: Padmanabh Ratnakar <padmanabh.ratnakar@emulex.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
009dd872d7
commit
6bd011d542
@@ -729,8 +729,6 @@ int be_cmd_cq_create(struct be_adapter *adapter,
|
|||||||
if (lancer_chip(adapter)) {
|
if (lancer_chip(adapter)) {
|
||||||
req->hdr.version = 2;
|
req->hdr.version = 2;
|
||||||
req->page_size = 1; /* 1 for 4K */
|
req->page_size = 1; /* 1 for 4K */
|
||||||
AMAP_SET_BITS(struct amap_cq_context_lancer, coalescwm, ctxt,
|
|
||||||
coalesce_wm);
|
|
||||||
AMAP_SET_BITS(struct amap_cq_context_lancer, nodelay, ctxt,
|
AMAP_SET_BITS(struct amap_cq_context_lancer, nodelay, ctxt,
|
||||||
no_delay);
|
no_delay);
|
||||||
AMAP_SET_BITS(struct amap_cq_context_lancer, count, ctxt,
|
AMAP_SET_BITS(struct amap_cq_context_lancer, count, ctxt,
|
||||||
|
Reference in New Issue
Block a user