Searched defs:hdd_fw_txrx_stats (Results 1 – 1 of 1) sorted by relevance
857 struct hdd_fw_txrx_stats { struct858 uint32_t tx_packets;859 uint64_t tx_bytes;860 uint32_t rx_packets;861 uint64_t rx_bytes;862 uint32_t tx_retries;863 uint32_t tx_failed;864 uint32_t tx_succeed;865 int8_t rssi;866 struct hdd_rate_info tx_rate;[all …]