Home
last modified time | relevance | path

Searched defs:wil_net_stats (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/ath/wil6210/
Dwil6210.h563 struct wil_net_stats { struct
564 unsigned long rx_packets;
565 unsigned long tx_packets;
566 unsigned long rx_bytes;
567 unsigned long tx_bytes;
568 unsigned long tx_errors;
569 u32 tx_latency_min_us;
570 u32 tx_latency_max_us;
571 u64 tx_latency_total_us;
572 unsigned long rx_dropped;
[all …]
/kernel/linux/linux-6.6/drivers/net/wireless/ath/wil6210/
Dwil6210.h565 struct wil_net_stats { struct
566 unsigned long rx_packets;
567 unsigned long tx_packets;
568 unsigned long rx_bytes;
569 unsigned long tx_bytes;
570 unsigned long tx_errors;
571 u32 tx_latency_min_us;
572 u32 tx_latency_max_us;
573 u64 tx_latency_total_us;
574 unsigned long rx_dropped;
[all …]