Searched defs:otx2_drv_stats (Results 1 – 2 of 2) sorted by relevance
134 struct otx2_drv_stats { struct135 atomic_t rx_fcs_errs;136 atomic_t rx_oversize_errs;137 atomic_t rx_undersize_errs;138 atomic_t rx_csum_errs;139 atomic_t rx_len_errs;140 atomic_t rx_other_errs;
51 static const struct otx2_stat otx2_drv_stats[] = { variable