Searched defs:rtw_traffic_statistics (Results 1 – 1 of 1) sorted by relevance
228 struct rtw_traffic_statistics { struct230 u64 tx_bytes;231 u64 tx_pkts;232 u64 tx_drop;233 u64 cur_tx_bytes;234 u64 last_tx_bytes;235 u32 cur_tx_tp; /* Tx throughput in MBps. */238 u64 rx_bytes;239 u64 rx_pkts;240 u64 rx_drop;[all …]