diff options
author | Jayamohan Kallickal <jayamohank@gmail.com> | 2013-09-28 15:35:53 -0700 |
---|---|---|
committer | James Bottomley <JBottomley@Parallels.com> | 2013-10-25 09:58:08 +0100 |
commit | d3fea9af00fc69f60a792f5e0ea1e51fabd7c633 (patch) | |
tree | dd399288230f2d2f122cb0fc43c3e808f1e564ac /drivers/scsi/be2iscsi/be_mgmt.h | |
parent | 6103c1f7c750b701cca4662b1c0dc66c2dc49dad (diff) |
[SCSI] be2iscsi: Display Port Identifier for each iSCSI function
Signed-off-by: John Soni Jose <sony.john-n@emulex.com>
Signed-off-by: Jayamohan Kallickal <jayamohan.kallickal@emulex.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
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 9107ecf84ab2..645e144622c9 100644 --- a/drivers/scsi/be2iscsi/be_mgmt.h +++ b/drivers/scsi/be2iscsi/be_mgmt.h @@ -325,6 +325,9 @@ ssize_t beiscsi_adap_family_disp(struct device *dev, ssize_t beiscsi_free_session_disp(struct device *dev, struct device_attribute *attr, char *buf); +ssize_t beiscsi_phys_port_disp(struct device *dev, + struct device_attribute *attr, char *buf); + void beiscsi_offload_cxn_v0(struct beiscsi_offload_params *params, struct wrb_handle *pwrb_handle, struct be_mem_descriptor *mem_descr); |