diff options
author | Vikas Chaudhary <vikas.chaudhary@qlogic.com> | 2011-08-01 06:26:17 -0400 |
---|---|---|
committer | James Bottomley <JBottomley@Parallels.com> | 2011-08-27 10:36:34 -0400 |
commit | 91ec7cec4acf0d6b7de34009fc49c8c3353b8035 (patch) | |
tree | 05e8ce502f3e5406b511cbeab34cf0f7ae42498d /drivers/scsi/qla4xxx/ql4_def.h | |
parent | 7c07d139cfec3172e813b468a8a173ad73bb5da9 (diff) |
[SCSI] qla4xxx: Added vendor specific sysfs attributes
Added board_id, fw_state, phy_port_cnt, phy_port_num,
iscsi_func_cnt, hba_model
Signed-off-by: Harish Zunjarrao <harish.zunjarrao@qlogic.com>
Signed-off-by: Vikas Chaudhary <vikas.chaudhary@qlogic.com>
Reviewed-by: Mike Christie <michaelc@cs.wisc.edu>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Diffstat (limited to 'drivers/scsi/qla4xxx/ql4_def.h')
-rw-r--r-- | drivers/scsi/qla4xxx/ql4_def.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/scsi/qla4xxx/ql4_def.h b/drivers/scsi/qla4xxx/ql4_def.h index 74c71af7cb5d..17a29ceb04e8 100644 --- a/drivers/scsi/qla4xxx/ql4_def.h +++ b/drivers/scsi/qla4xxx/ql4_def.h | |||
@@ -610,6 +610,10 @@ struct scsi_qla_host { | |||
610 | #define SYSFS_FLAG_FW_SEL_BOOT 2 | 610 | #define SYSFS_FLAG_FW_SEL_BOOT 2 |
611 | struct iscsi_boot_kset *boot_kset; | 611 | struct iscsi_boot_kset *boot_kset; |
612 | struct ql4_boot_tgt_info boot_tgt; | 612 | struct ql4_boot_tgt_info boot_tgt; |
613 | uint16_t phy_port_num; | ||
614 | uint16_t phy_port_cnt; | ||
615 | uint16_t iscsi_pci_func_cnt; | ||
616 | uint8_t model_name[16]; | ||
613 | }; | 617 | }; |
614 | 618 | ||
615 | struct ql4_task_data { | 619 | struct ql4_task_data { |