Lines Matching defs:mtk_hw_stats
683 struct mtk_hw_stats { struct
684 u64 tx_bytes;
685 u64 tx_packets;
686 u64 tx_skip;
687 u64 tx_collisions;
688 u64 rx_bytes;
689 u64 rx_packets;
690 u64 rx_overflow;
691 u64 rx_fcs_errors;
692 u64 rx_short_errors;
693 u64 rx_long_errors;
694 u64 rx_checksum_errors;
695 u64 rx_flow_control_packets;
697 struct mtk_xdp_stats xdp_stats;
699 spinlock_t stats_lock;
700 u32 reg_offset;
701 struct u64_stats_sync syncp;