Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath12k/
H A Dmac.h159 struct ath12k *ath12k_mac_get_ar_by_pdev_id(struct ath12k_base *ab, u32 pdev_id);
H A Dwmi.c7062 ar = ath12k_mac_get_ar_by_pdev_id(ab, rx_ev.pdev_id); in ath12k_mgmt_rx_event()
7170 ar = ath12k_mac_get_ar_by_pdev_id(ab, le32_to_cpu(tx_compl_param.pdev_id)); in ath12k_mgmt_tx_compl_event()
7505 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()
8126 ar = ath12k_mac_get_ar_by_pdev_id(ab, stats->pdev_id); in ath12k_wmi_tlv_fw_stats_data_parse()
8331 ar = ath12k_mac_get_ar_by_pdev_id(ab, stats.pdev_id); in ath12k_update_stats_event()
8530 ar = ath12k_mac_get_ar_by_pdev_id(ab, le32_to_cpu(ev->pdev_id)); in ath12k_wmi_pdev_dfs_radar_detected_event()
8607 ar = ath12k_mac_get_ar_by_pdev_id(ab, le32_to_cpu(ev.pdev_id)); in ath12k_wmi_pdev_temperature_event()
9316 ar = ath12k_mac_get_ar_by_pdev_id(ab, le32_to_cpu(fixed_param->pdev_id) + 1); in ath12k_wmi_process_tpc_stats()
9592 ar = ath12k_mac_get_ar_by_pdev_id(ab, pdev_id); in ath12k_wmi_rssi_dbm_conversion_params_info_event()
H A Ddebugfs.c1159 ar = ath12k_mac_get_ar_by_pdev_id(ab, DP_SW2HW_MACID(i)); in ath12k_debugfs_dump_device_dp_stats()
H A Ddp_rx.c1691 ar = ath12k_mac_get_ar_by_pdev_id(ab, pdev_id); in ath12k_htt_pull_ppdu_stats()
1785 ar = ath12k_mac_get_ar_by_pdev_id(ab, pdev_id); in ath12k_htt_mlo_offset_event_handler()
H A Ddebugfs_htt_stats.c5865 ar = ath12k_mac_get_ar_by_pdev_id(ab, pdev_id); in ath12k_debugfs_htt_ext_stats_handler()
H A Dmac.c806 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