Searched refs:chan_freq (Results 1 – 13 of 13) sorted by relevance
/openbmc/linux/drivers/net/wireless/quantenna/qtnfmac/ |
H A D | commands.h | 62 int qtnf_cmd_get_chan_stats(struct qtnf_wmac *mac, u32 chan_freq,
|
H A D | commands.c | 2411 int qtnf_cmd_get_chan_stats(struct qtnf_wmac *mac, u32 chan_freq, in qtnf_cmd_get_chan_stats() argument 2427 cmd->channel_freq = cpu_to_le32(chan_freq); in qtnf_cmd_get_chan_stats() 2439 if (le32_to_cpu(resp->chan_freq) != chan_freq) { in qtnf_cmd_get_chan_stats() 2441 mac->macid, le32_to_cpu(resp->chan_freq), chan_freq); in qtnf_cmd_get_chan_stats()
|
H A D | qlink.h | 1198 __le32 chan_freq; member
|
/openbmc/linux/drivers/net/wireless/ath/ath10k/ |
H A D | core.h | 361 u32 chan_freq; member 382 u32 chan_freq; member
|
H A D | wmi.c | 4915 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 D | wmi.h | 4184 __le32 chan_freq; member 4213 __le32 chan_freq; member
|
H A D | debug.c | 1563 tpc_stats->chan_freq, in ath10k_tpc_stats_fill()
|
/openbmc/linux/drivers/net/wireless/intersil/hostap/ |
H A D | hostap_wlan.h | 69 __le16 chan_freq; member
|
H A D | hostap_80211_rx.c | 184 hdr->chan_freq = cpu_to_le16(freq_list[local->channel - 1]); in prism2_rx_80211()
|
/openbmc/linux/drivers/net/wireless/ath/ath12k/ |
H A D | wmi.h | 4109 __le32 chan_freq; member 4134 u32 chan_freq; member 4164 __le32 chan_freq; member
|
H A D | wmi.c | 4904 hdr->chan_freq = le32_to_cpu(ev->chan_freq); in ath12k_pull_mgmt_rx_params_tlv() 5805 if (rx_ev.chan_freq >= ATH12K_MIN_6G_FREQ && in ath12k_mgmt_rx_event() 5806 rx_ev.chan_freq <= ATH12K_MAX_6G_FREQ) { in ath12k_mgmt_rx_event() 5808 status->freq = rx_ev.chan_freq; in ath12k_mgmt_rx_event() 6515 ev->pdev_id, ev->detection_mode, ev->chan_freq, ev->chan_width, in ath12k_wmi_pdev_dfs_radar_detected_event()
|
/openbmc/linux/drivers/net/wireless/ath/ath11k/ |
H A D | wmi.h | 4824 u32 chan_freq; member 4849 u32 chan_freq; member 4879 u32 chan_freq; member
|
H A D | wmi.c | 5791 hdr->chan_freq = ev->chan_freq; in ath11k_pull_mgmt_rx_params_tlv() 7577 if (rx_ev.chan_freq >= ATH11K_MIN_6G_FREQ && in ath11k_mgmt_rx_event() 7578 rx_ev.chan_freq <= ATH11K_MAX_6G_FREQ) { in ath11k_mgmt_rx_event() 7580 status->freq = rx_ev.chan_freq; in ath11k_mgmt_rx_event() 8336 ev->pdev_id, ev->detection_mode, ev->chan_freq, ev->chan_width, in ath11k_wmi_pdev_dfs_radar_detected_event()
|