Searched defs:rtw_traffic_statistics (Results 1 – 1 of 1) sorted by relevance
232 struct rtw_traffic_statistics { struct234 u64 tx_bytes;235 u64 tx_pkts;236 u64 tx_drop;237 u64 cur_tx_bytes;238 u64 last_tx_bytes;239 u32 cur_tx_tp; /* Tx throughput in MBps. */242 u64 rx_bytes;243 u64 rx_pkts;244 u64 rx_drop;[all …]