Searched defs:wmi_pdev_stats_base (Results 1 – 2 of 2) sorted by relevance
4083 struct wmi_pdev_stats_base { struct4084 s32 chan_nf;4085 u32 tx_frame_count; /* Cycles spent transmitting frames */4086 u32 rx_frame_count; /* Cycles spent receiving frames */4087 u32 rx_clear_count; /* Total channel busy time, evidently */4088 u32 cycle_count; /* Total on-channel time */4089 u32 phy_err_count;4090 u32 chan_tx_pwr;
4662 struct wmi_pdev_stats_base { struct4673 struct wmi_pdev_stats_base base; argument