Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath11k/
H A Dcore.h751 struct completion bss_survey_done; member
H A Dcore.c2362 complete(&ar->bss_survey_done); in ath11k_core_pre_reconfigure_recovery()
H A Dmac.c9299 reinit_completion(&ar->bss_survey_done); in ath11k_mac_update_bss_chan_survey()
9307 ret = wait_for_completion_timeout(&ar->bss_survey_done, 3 * HZ); in ath11k_mac_update_bss_chan_survey()
10794 init_completion(&ar->bss_survey_done); in ath11k_mac_allocate()
H A Dwmi.c8035 complete(&ar->bss_survey_done); in ath11k_pdev_bss_chan_info_event()
/linux/drivers/net/wireless/ath/ath12k/
H A Dmac.c13070 reinit_completion(&ar->bss_survey_done); in ath12k_mac_update_bss_chan_survey()
13078 ret = wait_for_completion_timeout(&ar->bss_survey_done, 3 * HZ); in ath12k_mac_update_bss_chan_survey()
14573 init_completion(&ar->bss_survey_done); in ath12k_mac_setup()
H A Dwmi.c7635 complete(&ar->bss_survey_done); in ath12k_pdev_bss_chan_info_event()
/linux/drivers/net/wireless/ath/ath10k/
H A Dwmi.c5856 complete(&ar->bss_survey_done); in ath10k_wmi_event_pdev_bss_chan_info()