diff options
author | Mike Miller <mikem@beardog.cce.hp.com> | 2014-02-18 14:56:04 -0500 |
---|---|---|
committer | James Bottomley <JBottomley@Parallels.com> | 2014-03-15 13:19:04 -0400 |
commit | b66cc250ee700ba019ae6801726588b8bf6d9144 (patch) | |
tree | 52a2100fec4844aeccb02413086bee39b505d183 /drivers/scsi/hpsa.h | |
parent | 0e7a7fcea03bc527310183c11f4b871c3416d488 (diff) |
[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.h | 8 |
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 { | |||
258 | 258 | ||
259 | #define HPSA_INTR_ON 1 | 259 | #define HPSA_INTR_ON 1 |
260 | #define HPSA_INTR_OFF 0 | 260 | #define HPSA_INTR_OFF 0 |
261 | |||
262 | /* | ||
263 | * Inbound Post Queue offsets for IO Accelerator Mode 2 | ||
264 | */ | ||
265 | #define IOACCEL2_INBOUND_POSTQ_32 0x48 | ||
266 | #define IOACCEL2_INBOUND_POSTQ_64_LOW 0xd0 | ||
267 | #define IOACCEL2_INBOUND_POSTQ_64_HI 0xd4 | ||
268 | |||
261 | /* | 269 | /* |
262 | Send the command to the hardware | 270 | Send the command to the hardware |
263 | */ | 271 | */ |