Searched defs:rtw_traffic_statistics (Results 1 – 1 of 1) sorted by relevance
390 struct rtw_traffic_statistics { struct392 u64 tx_bytes;393 u64 tx_pkts;394 u64 tx_drop;395 u64 cur_tx_bytes;396 u64 last_tx_bytes;397 u32 cur_tx_tp; /* Tx throughput in MBps. */400 u64 rx_bytes;401 u64 rx_pkts;402 u64 rx_drop;[all …]