Lines Matching defs:snic_reset_stats
47 struct snic_reset_stats { struct
48 atomic64_t dev_resets; /* Device Reset Counter */
49 atomic64_t dev_reset_fail; /* Device Reset Failures */
50 atomic64_t dev_reset_aborts; /* Device Reset Aborts */
51 atomic64_t dev_reset_tmo; /* Device Reset Timeout */
52 atomic64_t dev_reset_terms; /* Device Reset terminate */
53 atomic64_t hba_resets; /* hba/firmware resets */
54 atomic64_t hba_reset_cmpl; /* hba/firmware reset completions */
55 atomic64_t hba_reset_fail; /* hba/firmware failures */
56 atomic64_t snic_resets; /* snic resets */
57 atomic64_t snic_reset_compl; /* snic reset completions */
58 atomic64_t snic_reset_fail; /* snic reset failures */