Searched defs:otx2_drv_stats (Results 1 – 2 of 2) sorted by relevance
148 struct otx2_drv_stats { struct149 atomic_t rx_fcs_errs;150 atomic_t rx_oversize_errs;151 atomic_t rx_undersize_errs;152 atomic_t rx_csum_errs;153 atomic_t rx_len_errs;154 atomic_t rx_other_errs;
54 static const struct otx2_stat otx2_drv_stats[] = { variable