Searched defs:airoha_hw_stats (Results 1 – 1 of 1) sorted by relevance
191 struct airoha_hw_stats { struct193 spinlock_t lock;194 struct u64_stats_sync syncp;197 u64 rx_ok_pkts;198 u64 tx_ok_pkts;199 u64 rx_ok_bytes;200 u64 tx_ok_bytes;201 u64 rx_multicast;202 u64 rx_errors;203 u64 rx_drops;[all …]