aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc/lpfc_bsg.h
diff options
context:
space:
mode:
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 */