diff options
author | Dave Carroll <david.carroll@microsemi.com> | 2019-08-22 15:39:11 -0500 |
---|---|---|
committer | Martin K. Petersen <martin.petersen@oracle.com> | 2019-08-29 18:31:38 -0400 |
commit | 522bc026f01381a91e65ed343781b1656f5e659a (patch) | |
tree | 0ad04b0a04226f2ea446d0ec4cba6418a82e8555 /drivers/scsi/smartpqi/smartpqi.h | |
parent | 8bdb3b9c67c53eaeac2b97a6f0d2f86ccd3e5ba8 (diff) | |
download | blackbird-op-linux-522bc026f01381a91e65ed343781b1656f5e659a.tar.gz blackbird-op-linux-522bc026f01381a91e65ed343781b1656f5e659a.zip |
scsi: smartpqi: add module param to hide vsep
Reviewed-by: Scott Benesh <scott.benesh@microsemi.com>
Reviewed-by: Kevin Barnett <kevin.barnett@microsemi.com>
Signed-off-by: Dave Carroll <david.carroll@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/smartpqi/smartpqi.h')
-rw-r--r-- | drivers/scsi/smartpqi/smartpqi.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/smartpqi/smartpqi.h b/drivers/scsi/smartpqi/smartpqi.h index e8e768849c70..0a629f2f447a 100644 --- a/drivers/scsi/smartpqi/smartpqi.h +++ b/drivers/scsi/smartpqi/smartpqi.h @@ -822,6 +822,7 @@ union pqi_reset_register { #define PQI_HBA_BUS 2 #define PQI_EXTERNAL_RAID_VOLUME_BUS 3 #define PQI_MAX_BUS PQI_EXTERNAL_RAID_VOLUME_BUS +#define PQI_VSEP_CISS_BTL 379 struct report_lun_header { __be32 list_length; |