Searched defs:rtw_traffic_statistics (Results 1 – 1 of 1) sorted by relevance
230 struct rtw_traffic_statistics { struct232 u64 tx_bytes;233 u64 tx_pkts;234 u64 tx_drop;235 u64 cur_tx_bytes;236 u64 last_tx_bytes;237 u32 cur_tx_tp; /* Tx throughput in MBps. */240 u64 rx_bytes;241 u64 rx_pkts;242 u64 rx_drop;[all …]