Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/wireless/ath/ath11k/
Dcore.h536 struct completion bss_survey_done; member
Dcore.c779 complete(&ar->bss_survey_done); in ath11k_core_restart()
Dmac.c5775 reinit_completion(&ar->bss_survey_done); in ath11k_mac_update_bss_chan_survey()
5783 ret = wait_for_completion_timeout(&ar->bss_survey_done, 3 * HZ); in ath11k_mac_update_bss_chan_survey()
6402 init_completion(&ar->bss_survey_done); in ath11k_mac_allocate()
Dwmi.c6140 complete(&ar->bss_survey_done); in ath11k_pdev_bss_chan_info_event()
/Linux-v5.10/drivers/net/wireless/ath/ath10k/
Dcore.h1205 struct completion bss_survey_done; member
Dcore.c2297 complete(&ar->bss_survey_done); in ath10k_core_restart()
3296 init_completion(&ar->bss_survey_done); in ath10k_core_create()
Dmac.c7958 reinit_completion(&ar->bss_survey_done); in ath10k_mac_update_bss_chan_survey()
7966 ret = wait_for_completion_timeout(&ar->bss_survey_done, 3 * HZ); in ath10k_mac_update_bss_chan_survey()
Dwmi.c5818 complete(&ar->bss_survey_done); in ath10k_wmi_event_pdev_bss_chan_info()