Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/mediatek/
Dmtk_eth_soc.h528 struct mtk_hw_stats { struct
529 u64 tx_bytes;
530 u64 tx_packets;
531 u64 tx_skip;
532 u64 tx_collisions;
533 u64 rx_bytes;
534 u64 rx_packets;
535 u64 rx_overflow;
536 u64 rx_fcs_errors;
537 u64 rx_short_errors;
[all …]
/kernel/linux/linux-6.6/drivers/net/ethernet/mediatek/
Dmtk_eth_soc.h662 struct mtk_hw_stats { struct
663 u64 tx_bytes;
664 u64 tx_packets;
665 u64 tx_skip;
666 u64 tx_collisions;
667 u64 rx_bytes;
668 u64 rx_packets;
669 u64 rx_overflow;
670 u64 rx_fcs_errors;
671 u64 rx_short_errors;
[all …]