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