Searched refs:chan_freq (Results 1 – 7 of 7) sorted by relevance
| /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 | 2407 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 D | qlink.h | 1198 __le32 chan_freq; member
|
| /linux/drivers/net/wireless/ath/ath10k/ |
| H A D | wmi.c | 4922 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 D | debug.c | 1565 tpc_stats->chan_freq, in ath10k_tpc_stats_fill()
|
| /linux/drivers/net/wireless/ath/ath11k/ |
| H A D | wmi.c | 5968 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()
|
| /linux/drivers/net/wireless/ath/ath12k/ |
| H A D | wmi.c | 6264 hdr->chan_freq = le32_to_cpu(ev->chan_freq); in ath12k_pull_mgmt_rx_params_tlv() 7186 if (rx_ev.chan_freq >= ATH12K_MIN_6GHZ_FREQ && in ath12k_mgmt_rx_event() 7187 rx_ev.chan_freq <= ATH12K_MAX_6GHZ_FREQ) { in ath12k_mgmt_rx_event() 7189 status->freq = rx_ev.chan_freq; in ath12k_mgmt_rx_event() 8709 ev->pdev_id, ev->detection_mode, ev->chan_freq, ev->chan_width, in ath12k_wmi_pdev_dfs_radar_detected_event()
|