Searched defs:wil_net_stats (Results 1 – 1 of 1) sorted by relevance
574 struct wil_net_stats { struct575 unsigned long rx_packets;576 unsigned long tx_packets;577 unsigned long rx_bytes;578 unsigned long tx_bytes;579 unsigned long tx_errors;580 u32 tx_latency_min_us;581 u32 tx_latency_max_us;582 u64 tx_latency_total_us;583 unsigned long rx_dropped;[all …]