aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc/lpfc_bsg.h
diff options
context:
space:
mode:
authorJames Smart <james.smart@emulex.com>2010-03-15 11:25:20 -0400
committerJames Bottomley <James.Bottomley@suse.de>2010-04-11 10:23:50 -0400
commit7a4702774381103e936cae09ec12301090c6c212 (patch)
tree537fcd43fb911d9841d2d3ba3790b135bc6aa907 /drivers/scsi/lpfc/lpfc_bsg.h
parentcb5172eafd9ffdab6bb7b1eec628ea706d5817c8 (diff)
[SCSI] lpfc 8.3.11: Driver management improvements via BSG
- Add BSG support for PCI loopback testing. - Add BSG support for extended mailbox commands. Signed-off-by: Alex Iannicelli <alex.iannicelli@emulex.com> Signed-off-by: James Smart <james.smart@emulex.com> Signed-off-by: James Bottomley <James.Bottomley@suse.de>
Diffstat (limited to 'drivers/scsi/lpfc/lpfc_bsg.h')
-rw-r--r--drivers/scsi/lpfc/lpfc_bsg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/scsi/lpfc/lpfc_bsg.h b/drivers/scsi/lpfc/lpfc_bsg.h
index 5bc630819b9e..e89ed22bbb01 100644
--- a/drivers/scsi/lpfc/lpfc_bsg.h
+++ b/drivers/scsi/lpfc/lpfc_bsg.h
@@ -93,9 +93,9 @@ struct get_mgmt_rev_reply {
93 93
94struct dfc_mbox_req { 94struct dfc_mbox_req {
95 uint32_t command; 95 uint32_t command;
96 uint32_t mbOffset;
96 uint32_t inExtWLen; 97 uint32_t inExtWLen;
97 uint32_t outExtWLen; 98 uint32_t outWxtWLen;
98 uint8_t mbOffset;
99}; 99};
100 100
101/* Used for menlo command or menlo data. The xri is only used for menlo data */ 101/* Used for menlo command or menlo data. The xri is only used for menlo data */