Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/wireless/ath/ath11k/
Dcore.h548 struct completion bss_survey_done; member
Dcore.c994 complete(&ar->bss_survey_done); in ath11k_core_restart()
Dmac.c6076 reinit_completion(&ar->bss_survey_done); in ath11k_mac_update_bss_chan_survey()
6084 ret = wait_for_completion_timeout(&ar->bss_survey_done, 3 * HZ); in ath11k_mac_update_bss_chan_survey()
6716 init_completion(&ar->bss_survey_done); in ath11k_mac_allocate()
Dwmi.c6549 complete(&ar->bss_survey_done); in ath11k_pdev_bss_chan_info_event()
/Linux-v5.15/drivers/net/wireless/ath/ath10k/
Dcore.h1218 struct completion bss_survey_done; member
Dcore.c2371 complete(&ar->bss_survey_done); in ath10k_core_restart()
3452 init_completion(&ar->bss_survey_done); in ath10k_core_create()
Dmac.c8063 reinit_completion(&ar->bss_survey_done); in ath10k_mac_update_bss_chan_survey()
8071 ret = wait_for_completion_timeout(&ar->bss_survey_done, 3 * HZ); in ath10k_mac_update_bss_chan_survey()
Dwmi.c5823 complete(&ar->bss_survey_done); in ath10k_wmi_event_pdev_bss_chan_info()