Lines Matching defs:airoha_hw_stats
760 struct airoha_hw_stats { struct
762 spinlock_t lock;
763 struct u64_stats_sync syncp;
766 u64 rx_ok_pkts;
767 u64 tx_ok_pkts;
768 u64 rx_ok_bytes;
769 u64 tx_ok_bytes;
770 u64 rx_multicast;
771 u64 rx_errors;
772 u64 rx_drops;
773 u64 tx_drops;
774 u64 rx_crc_error;
775 u64 rx_over_errors;
777 u64 tx_broadcast;
778 u64 tx_multicast;
779 u64 tx_len[7];
780 u64 rx_broadcast;
781 u64 rx_fragment;
782 u64 rx_jabber;
783 u64 rx_len[7];