aboutsummaryrefslogtreecommitdiff
path: root/drivers/scsi/qla4xxx/ql4_bsg.h
diff options
context:
space:
mode:
authorHarish Zunjarrao <harish.zunjarrao@qlogic.com>2011-08-12 02:51:27 -0700
committerJames Bottomley <JBottomley@Parallels.com>2011-08-27 08:36:44 -0600
commit6085491c34b37fa806f70ccd3fb2bf08416e9e98 (patch)
tree50ee5729de3dfce344ea525ee5c64c896cf7ca06 /drivers/scsi/qla4xxx/ql4_bsg.h
parent5232f801bd0cfb4122e9a28ff942965c3c485fa7 (diff)
[SCSI] qla4xxx: Added Get ACB support using BSG
This command is used to read ACB params from firmware Signed-off-by: Harish Zunjarrao <harish.zunjarrao@qlogic.com> Signed-off-by: Vikas Chaudhary <vikas.chaudhary@qlogic.com> Reviewed-by: Mike Christie <michaelc@cs.wisc.edu> Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Diffstat (limited to 'drivers/scsi/qla4xxx/ql4_bsg.h')
-rw-r--r--drivers/scsi/qla4xxx/ql4_bsg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/qla4xxx/ql4_bsg.h b/drivers/scsi/qla4xxx/ql4_bsg.h
index 84a1391f986..c6a0364509f 100644
--- a/drivers/scsi/qla4xxx/ql4_bsg.h
+++ b/drivers/scsi/qla4xxx/ql4_bsg.h
@@ -14,5 +14,6 @@
#define QLISCSI_VND_READ_NVRAM 4
#define QLISCSI_VND_UPDATE_NVRAM 5
#define QLISCSI_VND_RESTORE_DEFAULTS 6
+#define QLISCSI_VND_GET_ACB 7
#endif