Searched refs:ath11k_mac_get_ar_by_pdev_id (Results 1 – 5 of 5) sorted by relevance
/linux-6.14.4/drivers/net/wireless/ath/ath11k/ |
D | mac.h | 161 struct ath11k *ath11k_mac_get_ar_by_pdev_id(struct ath11k_base *ab, u32 pdev_id);
|
D | wmi.c | 6545 ar = ath11k_mac_get_ar_by_pdev_id(ab, ev->pdev_id); in ath11k_wmi_tlv_rssi_chain_parse() 6617 ar = ath11k_mac_get_ar_by_pdev_id(ab, ev->pdev_id); in ath11k_wmi_tlv_fw_stats_data_parse() 7563 ar = ath11k_mac_get_ar_by_pdev_id(ab, rx_ev.pdev_id); in ath11k_mgmt_rx_event() 7668 ar = ath11k_mac_get_ar_by_pdev_id(ab, tx_compl_param.pdev_id); in ath11k_mgmt_tx_compl_event() 7994 ar = ath11k_mac_get_ar_by_pdev_id(ab, bss_ch_info_ev.pdev_id); in ath11k_pdev_bss_chan_info_event() 8176 ar = ath11k_mac_get_ar_by_pdev_id(ab, stats.pdev_id); in ath11k_update_stats_event() 8347 ar = ath11k_mac_get_ar_by_pdev_id(ab, ev->pdev_id); in ath11k_wmi_pdev_dfs_radar_detected_event() 8397 ar = ath11k_mac_get_ar_by_pdev_id(ab, ev->pdev_id); in ath11k_wmi_pdev_temperature_event()
|
D | dp_rx.c | 1580 ar = ath11k_mac_get_ar_by_pdev_id(ab, pdev_id); in ath11k_htt_pull_ppdu_stats() 1625 ar = ath11k_mac_get_ar_by_pdev_id(ab, pdev_id); in ath11k_htt_pktlog()
|
D | debugfs_htt_stats.c | 4574 ar = ath11k_mac_get_ar_by_pdev_id(ab, pdev_id); in ath11k_debugfs_htt_ext_stats_handler()
|
D | mac.c | 630 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
|