Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/wireless/ath/ath11k/
Dcore.h683 struct completion bss_survey_done; member
Dcore.c1672 complete(&ar->bss_survey_done); in ath11k_core_pre_reconfigure_recovery()
Dmac.c7991 reinit_completion(&ar->bss_survey_done); in ath11k_mac_update_bss_chan_survey()
7999 ret = wait_for_completion_timeout(&ar->bss_survey_done, 3 * HZ); in ath11k_mac_update_bss_chan_survey()
9192 init_completion(&ar->bss_survey_done); in ath11k_mac_allocate()
Dwmi.c7416 complete(&ar->bss_survey_done); in ath11k_pdev_bss_chan_info_event()
/Linux-v6.1/drivers/net/wireless/ath/ath10k/
Dcore.h1221 struct completion bss_survey_done; member
Dcore.c2511 complete(&ar->bss_survey_done); in ath10k_core_restart()
3607 init_completion(&ar->bss_survey_done); in ath10k_core_create()
Dmac.c8148 reinit_completion(&ar->bss_survey_done); in ath10k_mac_update_bss_chan_survey()
8156 ret = wait_for_completion_timeout(&ar->bss_survey_done, 3 * HZ); in ath10k_mac_update_bss_chan_survey()
Dwmi.c5827 complete(&ar->bss_survey_done); in ath10k_wmi_event_pdev_bss_chan_info()