Home
last modified time | relevance | path

Searched refs:chan_freq (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/contrib/dev/athk/ath10k/
H A Dcore.h365 u32 chan_freq; member
386 u32 chan_freq; member
H A Dwmi.c4962 tpc_stats->chan_freq = __le32_to_cpu(ev->chan_freq); in ath10k_wmi_event_pdev_tpc_config()
4988 __le32_to_cpu(ev->chan_freq), in ath10k_wmi_event_pdev_tpc_config()
5016 if (__le32_to_cpu(ev->chan_freq) <= 2483) { in ath10k_wmi_tpc_final_get_rate()
5041 if (__le32_to_cpu(ev->chan_freq) >= 5180) { in ath10k_wmi_tpc_final_get_rate()
5068 pream_idx, __le32_to_cpu(ev->chan_freq)); in ath10k_wmi_tpc_final_get_rate()
5218 tpc_stats->chan_freq = __le32_to_cpu(ev->chan_freq); in ath10k_wmi_event_tpc_final_table()
5244 __le32_to_cpu(ev->chan_freq), in ath10k_wmi_event_tpc_final_table()
H A Dwmi.h4183 __le32 chan_freq; member
4212 __le32 chan_freq; member
H A Ddebug.c1603 tpc_stats->chan_freq, in ath10k_tpc_stats_fill()
/freebsd/sys/contrib/dev/athk/ath12k/
H A Dwmi.h4109 __le32 chan_freq; member
4134 u32 chan_freq; member
4164 __le32 chan_freq; member
H A Dwmi.c5074 hdr->chan_freq = le32_to_cpu(ev->chan_freq); in ath12k_pull_mgmt_rx_params_tlv()
5987 if (rx_ev.chan_freq >= ATH12K_MIN_6G_FREQ) { in ath12k_mgmt_rx_event()
6712 ev->pdev_id, ev->detection_mode, ev->chan_freq, ev->chan_width, in ath12k_wmi_pdev_dfs_radar_detected_event()
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dwmi.h4827 u32 chan_freq; member
4852 u32 chan_freq; member
4882 u32 chan_freq; member
H A Dwmi.c6085 hdr->chan_freq = ev->chan_freq; in ath11k_pull_mgmt_rx_params_tlv()
7907 if (rx_ev.chan_freq >= ATH11K_MIN_6G_FREQ && in ath11k_mgmt_rx_event()
7908 rx_ev.chan_freq <= ATH11K_MAX_6G_FREQ) { in ath11k_mgmt_rx_event()
7910 status->freq = rx_ev.chan_freq; in ath11k_mgmt_rx_event()
8685 ev->pdev_id, ev->detection_mode, ev->chan_freq, ev->chan_width, in ath11k_wmi_pdev_dfs_radar_detected_event()