diff options
author | Jing Huang <huangj@brocade.com> | 2010-07-08 22:48:49 -0400 |
---|---|---|
committer | James Bottomley <James.Bottomley@suse.de> | 2010-07-27 13:04:07 -0400 |
commit | b85d045ee866011df535565bf12d684e8e5b7a9d (patch) | |
tree | b8f7d73d92d7aaf659b3eedcc417ff7614c22316 /drivers/scsi/bfa/include/bfa.h | |
parent | 15b64a835def4c784c6e62ad762677f5cb56eba2 (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/include/bfa.h')
-rw-r--r-- | drivers/scsi/bfa/include/bfa.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/scsi/bfa/include/bfa.h b/drivers/scsi/bfa/include/bfa.h index 1f5966cfbd16..9519a6d81045 100644 --- a/drivers/scsi/bfa/include/bfa.h +++ b/drivers/scsi/bfa/include/bfa.h | |||
@@ -126,6 +126,8 @@ struct bfa_sge_s { | |||
126 | bfa_ioc_get_type(&(__bfa)->ioc) | 126 | bfa_ioc_get_type(&(__bfa)->ioc) |
127 | #define bfa_get_mac(__bfa) \ | 127 | #define bfa_get_mac(__bfa) \ |
128 | bfa_ioc_get_mac(&(__bfa)->ioc) | 128 | bfa_ioc_get_mac(&(__bfa)->ioc) |
129 | #define bfa_get_fw_clock_res(__bfa) \ | ||
130 | ((__bfa)->iocfc.cfgrsp->fwcfg.fw_tick_res) | ||
129 | 131 | ||
130 | /* | 132 | /* |
131 | * bfa API functions | 133 | * bfa API functions |