diff options
author | Joe Handzik <joseph.t.handzik@hp.com> | 2015-04-23 09:32:59 -0500 |
---|---|---|
committer | James Bottomley <JBottomley@Odin.com> | 2015-05-31 11:28:27 -0700 |
commit | a3144e0b7c2d09ec0a60ef4697c7c3c0bb299ecb (patch) | |
tree | 1d200c06a4ab64d24c449afe0d06942f49923375 /drivers/scsi/hpsa.h | |
parent | a473d86cc9f5a4d4ac758d86bd526c8dce1f7906 (diff) | |
download | linux-a3144e0b7c2d09ec0a60ef4697c7c3c0bb299ecb.tar.gz linux-a3144e0b7c2d09ec0a60ef4697c7c3c0bb299ecb.tar.bz2 linux-a3144e0b7c2d09ec0a60ef4697c7c3c0bb299ecb.zip |
hpsa: use ioaccel2 path to submit IOs to physical drives in HBA mode.
use ioaccel2 path to submit I/O to physical drives in HBA mode
Reviewed-by: Scott Teel <scott.teel@pmcs.com>
Reviewed-by: Kevin Barnett <kevin.barnett@pmcs.com>
Reviewed-by: Tomas Henzl <thenzl@redhat.com>
Reviewed-by: Hannes Reinecke <hare@Suse.de>
Signed-off-by: Joe Handzik <joseph.t.handzik@hp.com>
Signed-off-by: Don Brace <don.brace@pmcs.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: James Bottomley <JBottomley@Odin.com>
Diffstat (limited to 'drivers/scsi/hpsa.h')
-rw-r--r-- | drivers/scsi/hpsa.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/hpsa.h b/drivers/scsi/hpsa.h index df2468cd72cf..87a70b5fc5e2 100644 --- a/drivers/scsi/hpsa.h +++ b/drivers/scsi/hpsa.h @@ -55,6 +55,7 @@ struct hpsa_scsi_dev_t { int offload_config; /* I/O accel RAID offload configured */ int offload_enabled; /* I/O accel RAID offload enabled */ int offload_to_be_enabled; + int hba_ioaccel_enabled; int offload_to_mirror; /* Send next I/O accelerator RAID * offload request to mirror drive */ |