aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/bnx2i/57xx_iscsi_constants.h
diff options
context:
space:
mode:
authorMichael Chan <mchan@broadcom.com>2011-06-20 15:15:56 +0000
committerDavid S. Miller <davem@davemloft.net>2011-06-21 16:06:11 -0700
commitf4b5ad26bcb983c493e131ff34b2fa60100c82e5 (patch)
tree3b5c0ac4d2d4a9b5b21a40c30ee4c360162efc31 /drivers/scsi/bnx2i/57xx_iscsi_constants.h
parentcore: add tracepoints for queueing skb to rcvbuf (diff)
downloadlinux-dev-f4b5ad26bcb983c493e131ff34b2fa60100c82e5.tar.xz
linux-dev-f4b5ad26bcb983c493e131ff34b2fa60100c82e5.zip
cnic, bnx2i: Add support for new devices - 57800, 57810, and 57840
And change iSCSI RQ doorbell size from 16B to 64B to match new firmware. Signed-off-by: Michael Chan <mchan@broadcom.com> Signed-off-by: Eddie Wai <eddie.wai@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/scsi/bnx2i/57xx_iscsi_constants.h')
-rw-r--r--drivers/scsi/bnx2i/57xx_iscsi_constants.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/bnx2i/57xx_iscsi_constants.h b/drivers/scsi/bnx2i/57xx_iscsi_constants.h
index 30e6bdbd65af..15673cc786ff 100644
--- a/drivers/scsi/bnx2i/57xx_iscsi_constants.h
+++ b/drivers/scsi/bnx2i/57xx_iscsi_constants.h
@@ -125,7 +125,7 @@
/* SQ/RQ/CQ DB structure sizes */
#define ISCSI_SQ_DB_SIZE (16)
-#define ISCSI_RQ_DB_SIZE (16)
+#define ISCSI_RQ_DB_SIZE (64)
#define ISCSI_CQ_DB_SIZE (80)
#define ISCSI_SQN_TO_NOTIFY_NOT_VALID 0xFFFF