Lines Matching defs:mtk_hw_stats
664 struct mtk_hw_stats { struct
665 u64 tx_bytes;
666 u64 tx_packets;
667 u64 tx_skip;
668 u64 tx_collisions;
669 u64 rx_bytes;
670 u64 rx_packets;
671 u64 rx_overflow;
672 u64 rx_fcs_errors;
673 u64 rx_short_errors;
674 u64 rx_long_errors;
675 u64 rx_checksum_errors;
676 u64 rx_flow_control_packets;
678 struct mtk_xdp_stats xdp_stats;
680 spinlock_t stats_lock;
681 u32 reg_offset;
682 struct u64_stats_sync syncp;