diff options
author | James Smart <james.smart@emulex.com> | 2010-03-15 11:25:20 -0400 |
---|---|---|
committer | James Bottomley <James.Bottomley@suse.de> | 2010-04-11 10:23:50 -0400 |
commit | 7a4702774381103e936cae09ec12301090c6c212 (patch) | |
tree | 537fcd43fb911d9841d2d3ba3790b135bc6aa907 /drivers/scsi/lpfc/lpfc_bsg.h | |
parent | cb5172eafd9ffdab6bb7b1eec628ea706d5817c8 (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.h | 4 |
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 | ||
94 | struct dfc_mbox_req { | 94 | struct 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 */ |