Searched defs:otx2_drv_stats (Results 1 – 2 of 2) sorted by relevance
167 struct otx2_drv_stats { struct168 atomic_t rx_fcs_errs;169 atomic_t rx_oversize_errs;170 atomic_t rx_undersize_errs;171 atomic_t rx_csum_errs;172 atomic_t rx_len_errs;173 atomic_t rx_other_errs;
54 static const struct otx2_stat otx2_drv_stats[] = { variable