diff options
Diffstat (limited to 'drivers/scsi/be2iscsi/be_mgmt.h')
-rw-r--r-- | drivers/scsi/be2iscsi/be_mgmt.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/scsi/be2iscsi/be_mgmt.h b/drivers/scsi/be2iscsi/be_mgmt.h index 4ec61274e70c..e2c222a1cc83 100644 --- a/drivers/scsi/be2iscsi/be_mgmt.h +++ b/drivers/scsi/be2iscsi/be_mgmt.h | |||
@@ -305,6 +305,9 @@ int mgmt_set_vlan(struct beiscsi_hba *phba, uint16_t vlan_tag); | |||
305 | ssize_t beiscsi_drvr_ver_disp(struct device *dev, | 305 | ssize_t beiscsi_drvr_ver_disp(struct device *dev, |
306 | struct device_attribute *attr, char *buf); | 306 | struct device_attribute *attr, char *buf); |
307 | 307 | ||
308 | ssize_t beiscsi_adap_family_disp(struct device *dev, | ||
309 | struct device_attribute *attr, char *buf); | ||
310 | |||
308 | void beiscsi_offload_cxn_v0(struct beiscsi_offload_params *params, | 311 | void beiscsi_offload_cxn_v0(struct beiscsi_offload_params *params, |
309 | struct wrb_handle *pwrb_handle, | 312 | struct wrb_handle *pwrb_handle, |
310 | struct be_mem_descriptor *mem_descr); | 313 | struct be_mem_descriptor *mem_descr); |