Searched defs:airoha_hw_stats (Results 1 – 1 of 1) sorted by relevance
214 struct airoha_hw_stats { struct216 spinlock_t lock;217 struct u64_stats_sync syncp;220 u64 rx_ok_pkts;221 u64 tx_ok_pkts;222 u64 rx_ok_bytes;223 u64 tx_ok_bytes;224 u64 rx_multicast;225 u64 rx_errors;226 u64 rx_drops;[all …]