Searched defs:rtw_traffic_statistics (Results 1 – 1 of 1) sorted by relevance
396 struct rtw_traffic_statistics { struct398 u64 tx_bytes;399 u64 tx_pkts;400 u64 tx_drop;401 u64 cur_tx_bytes;402 u64 last_tx_bytes;403 u32 cur_tx_tp; /* Tx throughput in MBps. */406 u64 rx_bytes;407 u64 rx_pkts;408 u64 rx_drop;[all …]