Searched defs:otx2_drv_stats (Results 1 – 2 of 2) sorted by relevance
155 struct otx2_drv_stats { struct156 atomic_t rx_fcs_errs;157 atomic_t rx_oversize_errs;158 atomic_t rx_undersize_errs;159 atomic_t rx_csum_errs;160 atomic_t rx_len_errs;161 atomic_t rx_other_errs;
54 static const struct otx2_stat otx2_drv_stats[] = { variable