summaryrefslogtreecommitdiff
path: root/drivers/scsi/hpsa.h
diff options
context:
space:
mode:
authorMike Miller <mikem@beardog.cce.hp.com>2014-02-18 23:56:04 +0400
committerJames Bottomley <JBottomley@Parallels.com>2014-03-15 21:19:04 +0400
commitb66cc250ee700ba019ae6801726588b8bf6d9144 (patch)
tree52a2100fec4844aeccb02413086bee39b505d183 /drivers/scsi/hpsa.h
parent0e7a7fcea03bc527310183c11f4b871c3416d488 (diff)
downloadlinux-b66cc250ee700ba019ae6801726588b8bf6d9144.tar.xz
[SCSI] hpsa: add ioaccel mode 2 structure definitions
Signed-off-by: Mike Miller <michael.miller@canonical.com> Signed-off-by: Stephen M. Cameron <scameron@beardog.cce.hp.com> Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Diffstat (limited to 'drivers/scsi/hpsa.h')
-rw-r--r--drivers/scsi/hpsa.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/scsi/hpsa.h b/drivers/scsi/hpsa.h
index df2f88df10be..74eb22af4506 100644
--- a/drivers/scsi/hpsa.h
+++ b/drivers/scsi/hpsa.h
@@ -258,6 +258,14 @@ struct ctlr_info {
#define HPSA_INTR_ON 1
#define HPSA_INTR_OFF 0
+
+/*
+ * Inbound Post Queue offsets for IO Accelerator Mode 2
+ */
+#define IOACCEL2_INBOUND_POSTQ_32 0x48
+#define IOACCEL2_INBOUND_POSTQ_64_LOW 0xd0
+#define IOACCEL2_INBOUND_POSTQ_64_HI 0xd4
+
/*
Send the command to the hardware
*/