Home
last modified time | relevance | path

Searched refs:ath12k_mac_get_ar_by_pdev_id (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/drivers/net/wireless/ath/ath12k/
Dmac.h72 struct ath12k *ath12k_mac_get_ar_by_pdev_id(struct ath12k_base *ab, u32 pdev_id);
Dwmi.c6036 ar = ath12k_mac_get_ar_by_pdev_id(ab, rx_ev.pdev_id); in ath12k_mgmt_rx_event()
6140 ar = ath12k_mac_get_ar_by_pdev_id(ab, le32_to_cpu(tx_compl_param.pdev_id)); in ath12k_mgmt_tx_compl_event()
6473 ar = ath12k_mac_get_ar_by_pdev_id(ab, le32_to_cpu(bss_ch_info_ev.pdev_id)); in ath12k_pdev_bss_chan_info_event()
6778 ar = ath12k_mac_get_ar_by_pdev_id(ab, le32_to_cpu(ev->pdev_id)); in ath12k_wmi_pdev_dfs_radar_detected_event()
6817 ar = ath12k_mac_get_ar_by_pdev_id(ab, le32_to_cpu(ev.pdev_id)); in ath12k_wmi_pdev_temperature_event()
Ddp_rx.c1553 ar = ath12k_mac_get_ar_by_pdev_id(ab, pdev_id); in ath12k_htt_pull_ppdu_stats()
1647 ar = ath12k_mac_get_ar_by_pdev_id(ab, pdev_id); in ath12k_htt_mlo_offset_event_handler()
Ddebugfs_htt_stats.c1584 ar = ath12k_mac_get_ar_by_pdev_id(ab, pdev_id); in ath12k_debugfs_htt_ext_stats_handler()
Dmac.c606 struct ath12k *ath12k_mac_get_ar_by_pdev_id(struct ath12k_base *ab, u32 pdev_id) in ath12k_mac_get_ar_by_pdev_id() function