Home
last modified time | relevance | path

Searched defs:otx2_drv_stats (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_common.h167 struct otx2_drv_stats { struct
168 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;
Dotx2_ethtool.c54 static const struct otx2_stat otx2_drv_stats[] = { variable