Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath12k/
H A Ddebugfs.c158 u32 chan_freq = le32_to_cpu(tpc_stats->tpc_config.chan_freq); in ath12k_get_tpc_ctl_mode_idx() local
161 band = ((chan_freq > ATH12K_MIN_6GHZ_FREQ) ? NL80211_BAND_6GHZ : in ath12k_get_tpc_ctl_mode_idx()
162 ((chan_freq > ATH12K_MIN_5GHZ_FREQ) ? NL80211_BAND_5GHZ : in ath12k_get_tpc_ctl_mode_idx()
518 u32 chan_freq, num_tx_chain, caps, i, j = 1; in ath12k_tpc_stats_print() local
603 chan_freq = le32_to_cpu(tpc_stats->tpc_config.chan_freq); in ath12k_tpc_stats_print()
608 he_ext_mcs = ath12k_he_supports_extra_mcs(ar, chan_freq); in ath12k_tpc_stats_print()
662 if (chan_freq <= 2483) { in ath12k_tpc_stats_print()
727 tpc->reg_domain, tpc->chan_freq); in ath12k_tpc_stats_fill()
H A Dwmi.h4476 __le32 chan_freq; member
4501 u32 chan_freq; member
4531 __le32 chan_freq; member
6102 __le32 chan_freq; member
H A Dwmi.c6264 hdr->chan_freq = le32_to_cpu(ev->chan_freq); in ath12k_pull_mgmt_rx_params_tlv()
7211 if (rx_ev.chan_freq >= ATH12K_MIN_6GHZ_FREQ && in ath12k_mgmt_rx_event()
7212 rx_ev.chan_freq <= ATH12K_MAX_6GHZ_FREQ) { in ath12k_mgmt_rx_event()
7214 status->freq = rx_ev.chan_freq; in ath12k_mgmt_rx_event()
8734 ev->pdev_id, ev->detection_mode, ev->chan_freq, ev->chan_width, in ath12k_wmi_pdev_dfs_radar_detected_event()
/linux/drivers/net/wireless/quantenna/qtnfmac/
H A Dcommands.h62 int qtnf_cmd_get_chan_stats(struct qtnf_wmac *mac, u32 chan_freq,
H A Dcommands.c2407 int qtnf_cmd_get_chan_stats(struct qtnf_wmac *mac, u32 chan_freq, in qtnf_cmd_get_chan_stats() argument
2423 cmd->channel_freq = cpu_to_le32(chan_freq); in qtnf_cmd_get_chan_stats()
2435 if (le32_to_cpu(resp->chan_freq) != chan_freq) { in qtnf_cmd_get_chan_stats()
2437 mac->macid, le32_to_cpu(resp->chan_freq), chan_freq); in qtnf_cmd_get_chan_stats()
H A Dqlink.h1198 __le32 chan_freq; member
/linux/drivers/net/wireless/ath/ath10k/
H A Dcore.h364 u32 chan_freq; member
385 u32 chan_freq; member
H A Dwmi.c4922 tpc_stats->chan_freq = __le32_to_cpu(ev->chan_freq); in ath10k_wmi_event_pdev_tpc_config()
4948 __le32_to_cpu(ev->chan_freq), in ath10k_wmi_event_pdev_tpc_config()
4976 if (__le32_to_cpu(ev->chan_freq) <= 2483) { in ath10k_wmi_tpc_final_get_rate()
5001 if (__le32_to_cpu(ev->chan_freq) >= 5180) { in ath10k_wmi_tpc_final_get_rate()
5028 pream_idx, __le32_to_cpu(ev->chan_freq)); in ath10k_wmi_tpc_final_get_rate()
5178 tpc_stats->chan_freq = __le32_to_cpu(ev->chan_freq); in ath10k_wmi_event_tpc_final_table()
5204 __le32_to_cpu(ev->chan_freq), in ath10k_wmi_event_tpc_final_table()
H A Dwmi.h4218 __le32 chan_freq; member
4247 __le32 chan_freq; member
H A Ddebug.c1565 tpc_stats->chan_freq, in ath10k_tpc_stats_fill()
/linux/drivers/net/wireless/ath/ath11k/
H A Dwmi.h4930 u32 chan_freq; member
4955 u32 chan_freq; member
4985 u32 chan_freq; member
H A Dwmi.c5968 hdr->chan_freq = ev->chan_freq; in ath11k_pull_mgmt_rx_params_tlv()
7643 if (rx_ev.chan_freq >= ATH11K_MIN_6G_FREQ && in ath11k_mgmt_rx_event()
7644 rx_ev.chan_freq <= ATH11K_MAX_6G_FREQ) { in ath11k_mgmt_rx_event()
7646 status->freq = rx_ev.chan_freq; in ath11k_mgmt_rx_event()
8439 ev->pdev_id, ev->detection_mode, ev->chan_freq, ev->chan_width, in ath11k_wmi_pdev_dfs_radar_detected_event()