Searched refs:ath11k_mac_get_ar_by_pdev_id (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/drivers/net/wireless/ath/ath11k/ |
D | mac.h | 160 struct ath11k *ath11k_mac_get_ar_by_pdev_id(struct ath11k_base *ab, u32 pdev_id);
|
D | wmi.c | 5825 ar = ath11k_mac_get_ar_by_pdev_id(ab, ev->pdev_id); in ath11k_wmi_tlv_rssi_chain_parse() 5897 ar = ath11k_mac_get_ar_by_pdev_id(ab, ev->pdev_id); in ath11k_wmi_tlv_fw_stats_data_parse() 6953 ar = ath11k_mac_get_ar_by_pdev_id(ab, rx_ev.pdev_id); in ath11k_mgmt_rx_event() 7058 ar = ath11k_mac_get_ar_by_pdev_id(ab, tx_compl_param.pdev_id); in ath11k_mgmt_tx_compl_event() 7385 ar = ath11k_mac_get_ar_by_pdev_id(ab, bss_ch_info_ev.pdev_id); in ath11k_pdev_bss_chan_info_event() 7563 ar = ath11k_mac_get_ar_by_pdev_id(ab, stats.pdev_id); in ath11k_update_stats_event() 7727 ar = ath11k_mac_get_ar_by_pdev_id(ab, ev->pdev_id); in ath11k_wmi_pdev_dfs_radar_detected_event() 7773 ar = ath11k_mac_get_ar_by_pdev_id(ab, ev->pdev_id); in ath11k_wmi_pdev_temperature_event()
|
D | dp_rx.c | 1586 ar = ath11k_mac_get_ar_by_pdev_id(ab, pdev_id); in ath11k_htt_pull_ppdu_stats() 1624 ar = ath11k_mac_get_ar_by_pdev_id(ab, pdev_id); in ath11k_htt_pktlog()
|
D | debugfs_htt_stats.c | 4460 ar = ath11k_mac_get_ar_by_pdev_id(ab, pdev_id); in ath11k_debugfs_htt_ext_stats_handler()
|
D | mac.c | 628 struct ath11k *ath11k_mac_get_ar_by_pdev_id(struct ath11k_base *ab, u32 pdev_id) in ath11k_mac_get_ar_by_pdev_id() function
|