diff options
author | Jayamohan Kallickal <jayamohank@gmail.com> | 2013-04-06 05:38:29 +0200 |
---|---|---|
committer | James Bottomley <JBottomley@Parallels.com> | 2013-05-02 17:11:45 +0200 |
commit | 7ad4dfe187a4ce1eabe7e0c6364e4561dc930564 (patch) | |
tree | 8aa6de3a0e52ded2c928819df94105f8ada98b43 /drivers/scsi/be2iscsi/be_mgmt.h | |
parent | [SCSI] be2iscsi: Fix displaying the FW Version from driver. (diff) | |
download | linux-7ad4dfe187a4ce1eabe7e0c6364e4561dc930564.tar.xz linux-7ad4dfe187a4ce1eabe7e0c6364e4561dc930564.zip |
[SCSI] be2iscsi: Fix displaying the Active Session Count from driver
This patch fixes the displaying of number of active
sessions in use.
Signed-off-by: John Soni Jose <sony.john-n@emulex.com>
Signed-off-by: Jayamohan Kallickal <jayamohan.kallickal@emulex.com>
Reviewed-by: Mike Christie <michaelc@cs.wisc.edu>
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 00f3a4fd1c79..4c7e0a21c1d4 100644 --- a/drivers/scsi/be2iscsi/be_mgmt.h +++ b/drivers/scsi/be2iscsi/be_mgmt.h @@ -315,6 +315,9 @@ ssize_t beiscsi_drvr_ver_disp(struct device *dev, ssize_t beiscsi_fw_ver_disp(struct device *dev, struct device_attribute *attr, char *buf); +ssize_t beiscsi_active_cid_disp(struct device *dev, + struct device_attribute *attr, char *buf); + ssize_t beiscsi_adap_family_disp(struct device *dev, struct device_attribute *attr, char *buf); |