Home
last modified time | relevance | path

Searched defs:wmi_pdev_bss_chan_info_event (Results 1 – 2 of 2) sorted by relevance

/linux-5.10/drivers/net/wireless/ath/ath11k/
Dwmi.h4030 struct wmi_pdev_bss_chan_info_event { struct
4031 u32 pdev_id;
4032 u32 freq; /* Units in MHz */
4033 u32 noise_floor; /* units are dBm */
4035 u32 rx_clear_count_low;
4036 u32 rx_clear_count_high;
4038 u32 cycle_count_low;
4039 u32 cycle_count_high;
4041 u32 tx_cycle_count_low;
4042 u32 tx_cycle_count_high;
[all …]
/linux-5.10/drivers/net/wireless/ath/ath10k/
Dwmi.h6946 struct wmi_pdev_bss_chan_info_event { struct
6947 __le32 freq;
6948 __le32 noise_floor;
6949 __le64 cycle_busy;
6950 __le64 cycle_total;
6951 __le64 cycle_tx;
6952 __le64 cycle_rx;
6953 __le64 cycle_rx_bss;
6954 __le32 reserved;