Home
last modified time | relevance | path

Searched refs:bss_survey_done (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/net/wireless/ath/ath12k/
H A Dcore.h718 struct completion bss_survey_done; member
H A Dcore.c1512 complete(&ar->bss_survey_done); in ath12k_core_pre_reconfigure_recovery()
H A Dmac.c13637 reinit_completion(&ar->bss_survey_done); in ath12k_mac_update_bss_chan_survey()
13645 ret = wait_for_completion_timeout(&ar->bss_survey_done, 3 * HZ); in ath12k_mac_update_bss_chan_survey()
15128 init_completion(&ar->bss_survey_done); in ath12k_mac_setup()
H A Dwmi.c7822 complete(&ar->bss_survey_done); in ath12k_pdev_bss_chan_info_event()
/linux/drivers/net/wireless/ath/ath11k/
H A Dcore.c2448 complete(&ar->bss_survey_done); in ath11k_core_pre_reconfigure_recovery()
H A Dmac.c9326 reinit_completion(&ar->bss_survey_done); in ath11k_mac_update_bss_chan_survey()
9334 ret = wait_for_completion_timeout(&ar->bss_survey_done, 3 * HZ); in ath11k_mac_update_bss_chan_survey()
10810 init_completion(&ar->bss_survey_done); in ath11k_mac_allocate()
H A Dwmi.c8104 complete(&ar->bss_survey_done); in ath11k_pdev_bss_chan_info_event()
/linux/drivers/net/wireless/ath/ath10k/
H A Dmac.c8207 reinit_completion(&ar->bss_survey_done); in ath10k_mac_update_bss_chan_survey()
8215 ret = wait_for_completion_timeout(&ar->bss_survey_done, 3 * HZ); in ath10k_mac_update_bss_chan_survey()
H A Dwmi.c5855 complete(&ar->bss_survey_done); in ath10k_wmi_event_pdev_bss_chan_info()