Searched defs:otx2_drv_stats (Results 1 – 2 of 2) sorted by relevance
162 struct otx2_drv_stats { struct163 atomic_t rx_fcs_errs;164 atomic_t rx_oversize_errs;165 atomic_t rx_undersize_errs;166 atomic_t rx_csum_errs;167 atomic_t rx_len_errs;168 atomic_t rx_other_errs;
54 static const struct otx2_stat otx2_drv_stats[] = { variable