diff options
author | Don Brace <don.brace@microsemi.com> | 2017-05-05 00:51:28 +0200 |
---|---|---|
committer | Martin K. Petersen <martin.petersen@oracle.com> | 2017-06-13 02:48:01 +0200 |
commit | 5086435e662c7b6ada6cb5f48a1215fc6f612153 (patch) | |
tree | 539577e986c75927291c9ce84d40670424081ea6 /drivers/scsi/hpsa.h | |
parent | scsi: hpsa: cleanup reset handler (diff) | |
download | linux-5086435e662c7b6ada6cb5f48a1215fc6f612153.tar.xz linux-5086435e662c7b6ada6cb5f48a1215fc6f612153.zip |
scsi: hpsa: correct queue depth for externals
- queue depth assignment not in correct place, had no effect.
Reviewed-by: Scott Benesh <scott.benesh@microsemi.com>
Reviewed-by: Scott Teel <scott.teel@microsemi.com>
Reviewed-by: Kevin Barnett <kevin.barnett@microsemi.com>
Signed-off-by: Don Brace <don.brace@microsemi.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.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 5352664a9f15..61dd54aa4d5d 100644 --- a/drivers/scsi/hpsa.h +++ b/drivers/scsi/hpsa.h @@ -57,6 +57,7 @@ struct hpsa_sas_phy { bool added_to_port; }; +#define EXTERNAL_QD 7 struct hpsa_scsi_dev_t { unsigned int devtype; int bus, target, lun; /* as presented to the OS */ |