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