Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/ath/ath12k/
H A Ddebugfs.c88 u32 chan_freq = le32_to_cpu(tpc_stats->tpc_config.chan_freq); in ath12k_get_tpc_ctl_mode_idx() local
91 band = ((chan_freq > ATH12K_MIN_6G_FREQ) ? NL80211_BAND_6GHZ : in ath12k_get_tpc_ctl_mode_idx()
92 ((chan_freq > ATH12K_MIN_5G_FREQ) ? NL80211_BAND_5GHZ : in ath12k_get_tpc_ctl_mode_idx()
448 u32 chan_freq, num_tx_chain, caps, i, j = 1; in ath12k_tpc_stats_print() local
533 chan_freq = le32_to_cpu(tpc_stats->tpc_config.chan_freq); in ath12k_tpc_stats_print()
538 he_ext_mcs = ath12k_he_supports_extra_mcs(ar, chan_freq); in ath12k_tpc_stats_print()
592 if (chan_freq <= 2483) { in ath12k_tpc_stats_print()
657 tpc->reg_domain, tpc->chan_freq); in ath12k_tpc_stats_fill()
H A Dwmi.h4327 __le32 chan_freq; member
4352 u32 chan_freq; member
4382 __le32 chan_freq; member
5842 __le32 chan_freq; member
H A Dwmi.c5400 hdr->chan_freq = le32_to_cpu(ev->chan_freq); in ath12k_pull_mgmt_rx_params_tlv()
6320 if (rx_ev.chan_freq >= ATH12K_MIN_6G_FREQ && in ath12k_mgmt_rx_event()
6321 rx_ev.chan_freq <= ATH12K_MAX_6G_FREQ) { in ath12k_mgmt_rx_event()
6323 status->freq = rx_ev.chan_freq; in ath12k_mgmt_rx_event()
7646 ev->pdev_id, ev->detection_mode, ev->chan_freq, ev->chan_width, in ath12k_wmi_pdev_dfs_radar_detected_event()
/linux-6.15/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.c2412 int qtnf_cmd_get_chan_stats(struct qtnf_wmac *mac, u32 chan_freq, in qtnf_cmd_get_chan_stats() argument
2428 cmd->channel_freq = cpu_to_le32(chan_freq); in qtnf_cmd_get_chan_stats()
2440 if (le32_to_cpu(resp->chan_freq) != chan_freq) { in qtnf_cmd_get_chan_stats()
2442 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-6.15/drivers/net/wireless/ath/ath10k/
H A Dcore.h362 u32 chan_freq; member
383 u32 chan_freq; member
H A Dwmi.c4915 tpc_stats->chan_freq = __le32_to_cpu(ev->chan_freq); in ath10k_wmi_event_pdev_tpc_config()
4941 __le32_to_cpu(ev->chan_freq), in ath10k_wmi_event_pdev_tpc_config()
4969 if (__le32_to_cpu(ev->chan_freq) <= 2483) { in ath10k_wmi_tpc_final_get_rate()
4994 if (__le32_to_cpu(ev->chan_freq) >= 5180) { in ath10k_wmi_tpc_final_get_rate()
5021 pream_idx, __le32_to_cpu(ev->chan_freq)); in ath10k_wmi_tpc_final_get_rate()
5171 tpc_stats->chan_freq = __le32_to_cpu(ev->chan_freq); in ath10k_wmi_event_tpc_final_table()
5197 __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.c1563 tpc_stats->chan_freq, in ath10k_tpc_stats_fill()
/linux-6.15/drivers/net/wireless/ath/ath11k/
H A Dwmi.h4853 u32 chan_freq; member
4878 u32 chan_freq; member
4908 u32 chan_freq; member
H A Dwmi.c5911 hdr->chan_freq = ev->chan_freq; in ath11k_pull_mgmt_rx_params_tlv()
7583 if (rx_ev.chan_freq >= ATH11K_MIN_6G_FREQ && in ath11k_mgmt_rx_event()
7584 rx_ev.chan_freq <= ATH11K_MAX_6G_FREQ) { in ath11k_mgmt_rx_event()
7586 status->freq = rx_ev.chan_freq; in ath11k_mgmt_rx_event()
8342 ev->pdev_id, ev->detection_mode, ev->chan_freq, ev->chan_width, in ath11k_wmi_pdev_dfs_radar_detected_event()