diff options
Diffstat (limited to 'drivers/scsi/be2iscsi/be_mgmt.h')
-rw-r--r-- | drivers/scsi/be2iscsi/be_mgmt.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/drivers/scsi/be2iscsi/be_mgmt.h b/drivers/scsi/be2iscsi/be_mgmt.h index 00e816ee8070..24eaff923f85 100644 --- a/drivers/scsi/be2iscsi/be_mgmt.h +++ b/drivers/scsi/be2iscsi/be_mgmt.h | |||
@@ -175,7 +175,9 @@ struct mgmt_hba_attributes { | |||
175 | u8 phy_port; | 175 | u8 phy_port; |
176 | u32 firmware_post_status; | 176 | u32 firmware_post_status; |
177 | u32 hba_mtu[8]; | 177 | u32 hba_mtu[8]; |
178 | u32 future_u32[4]; | 178 | u8 iscsi_features; |
179 | u8 future_u8[3]; | ||
180 | u32 future_u32[3]; | ||
179 | } __packed; | 181 | } __packed; |
180 | 182 | ||
181 | struct mgmt_controller_attributes { | 183 | struct mgmt_controller_attributes { |
@@ -246,4 +248,8 @@ unsigned char mgmt_invalidate_connection(struct beiscsi_hba *phba, | |||
246 | unsigned short cid, | 248 | unsigned short cid, |
247 | unsigned short issue_reset, | 249 | unsigned short issue_reset, |
248 | unsigned short savecfg_flag); | 250 | unsigned short savecfg_flag); |
251 | |||
252 | unsigned char mgmt_fw_cmd(struct be_ctrl_info *ctrl, | ||
253 | struct beiscsi_hba *phba, | ||
254 | char *buf, unsigned int len); | ||
249 | #endif | 255 | #endif |