Lines Matching defs:snic_reset_stats
34 struct snic_reset_stats { struct
35 atomic64_t dev_resets; /* Device Reset Counter */
36 atomic64_t dev_reset_fail; /* Device Reset Failures */
37 atomic64_t dev_reset_aborts; /* Device Reset Aborts */
38 atomic64_t dev_reset_tmo; /* Device Reset Timeout */
39 atomic64_t dev_reset_terms; /* Device Reset terminate */
40 atomic64_t hba_resets; /* hba/firmware resets */
41 atomic64_t hba_reset_cmpl; /* hba/firmware reset completions */
42 atomic64_t hba_reset_fail; /* hba/firmware failures */
43 atomic64_t snic_resets; /* snic resets */
44 atomic64_t snic_reset_compl; /* snic reset completions */
45 atomic64_t snic_reset_fail; /* snic reset failures */