Searched defs:rtw_traffic_statistics (Results 1 – 1 of 1) sorted by relevance
386 struct rtw_traffic_statistics { struct388 u64 tx_bytes;389 u64 tx_pkts;390 u64 tx_drop;391 u64 cur_tx_bytes;392 u64 last_tx_bytes;393 u32 cur_tx_tp; /* Tx throughput in MBps. */396 u64 rx_bytes;397 u64 rx_pkts;398 u64 rx_drop;[all …]