aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/bfa/bfad_drv.h
diff options
context:
space:
mode:
authorJing Huang <huangj@brocade.com>2010-07-08 22:48:49 -0400
committerJames Bottomley <James.Bottomley@suse.de>2010-07-27 13:04:07 -0400
commitb85d045ee866011df535565bf12d684e8e5b7a9d (patch)
treeb8f7d73d92d7aaf659b3eedcc417ff7614c22316 /drivers/scsi/bfa/bfad_drv.h
parent15b64a835def4c784c6e62ad762677f5cb56eba2 (diff)
[SCSI] bfa: statistics and typo fix
- Added time stamp for fcport stats reset - Added new fileds to the statistics data structures. - Typo removal and minor cleanup. Signed-off-by: Jing Huang <huangj@brocade.com> Signed-off-by: James Bottomley <James.Bottomley@suse.de>
Diffstat (limited to 'drivers/scsi/bfa/bfad_drv.h')
-rw-r--r--drivers/scsi/bfa/bfad_drv.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/drivers/scsi/bfa/bfad_drv.h b/drivers/scsi/bfa/bfad_drv.h
index 2b58b29fe30..8629f64a528 100644
--- a/drivers/scsi/bfa/bfad_drv.h
+++ b/drivers/scsi/bfa/bfad_drv.h
@@ -141,18 +141,6 @@ struct bfad_cfg_param_s {
141 u32 binding_method; 141 u32 binding_method;
142}; 142};
143 143
144union bfad_tmp_buf {
145 /* From struct bfa_adapter_attr_s */
146 char manufacturer[BFA_ADAPTER_MFG_NAME_LEN];
147 char serial_num[BFA_ADAPTER_SERIAL_NUM_LEN];
148 char model[BFA_ADAPTER_MODEL_NAME_LEN];
149 char fw_ver[BFA_VERSION_LEN];
150 char optrom_ver[BFA_VERSION_LEN];
151
152 /* From struct bfa_ioc_pci_attr_s */
153 u8 chip_rev[BFA_IOC_CHIP_REV_LEN]; /* chip revision */
154};
155
156/* 144/*
157 * BFAD (PCI function) data structure 145 * BFAD (PCI function) data structure
158 */ 146 */
@@ -195,7 +183,6 @@ struct bfad_s {
195 struct bfa_plog_s plog_buf; 183 struct bfa_plog_s plog_buf;
196 int ref_count; 184 int ref_count;
197 bfa_boolean_t ipfc_enabled; 185 bfa_boolean_t ipfc_enabled;
198 union bfad_tmp_buf tmp_buf;
199 struct fc_host_statistics link_stats; 186 struct fc_host_statistics link_stats;
200 struct list_head pbc_pcfg_list; 187 struct list_head pbc_pcfg_list;
201}; 188};