Searched defs:ath10k_fw_stats_pdev (Results 1 – 1 of 1) sorted by relevance
242 struct ath10k_fw_stats_pdev { struct243 struct list_head list;246 s32 ch_noise_floor;247 u32 tx_frame_count; /* Cycles spent transmitting frames */248 u32 rx_frame_count; /* Cycles spent receiving frames */249 u32 rx_clear_count; /* Total channel busy time, evidently */250 u32 cycle_count; /* Total on-channel time */251 u32 phy_err_count;252 u32 chan_tx_power;253 u32 ack_rx_bad;[all …]