Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/wireless/ath/ath12k/
Dcore.h553 struct completion bss_survey_done; member
Dcore.c703 complete(&ar->bss_survey_done); in ath12k_core_pre_reconfigure_recovery()
Dmac.c6807 reinit_completion(&ar->bss_survey_done); in ath12k_mac_update_bss_chan_survey()
6815 ret = wait_for_completion_timeout(&ar->bss_survey_done, 3 * HZ); in ath12k_mac_update_bss_chan_survey()
7453 init_completion(&ar->bss_survey_done); in ath12k_mac_allocate()
Dwmi.c6213 complete(&ar->bss_survey_done); in ath12k_pdev_bss_chan_info_event()
/linux-6.6.21/drivers/net/wireless/ath/ath10k/
Dcore.h1224 struct completion bss_survey_done; member
Dcore.c2526 complete(&ar->bss_survey_done); in ath10k_core_restart()
3614 init_completion(&ar->bss_survey_done); in ath10k_core_create()
Dmac.c8156 reinit_completion(&ar->bss_survey_done); in ath10k_mac_update_bss_chan_survey()
8164 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()
/linux-6.6.21/drivers/net/wireless/ath/ath11k/
Dcore.h697 struct completion bss_survey_done; member
Dcore.c1821 complete(&ar->bss_survey_done); in ath11k_core_pre_reconfigure_recovery()
Dmac.c8532 reinit_completion(&ar->bss_survey_done); in ath11k_mac_update_bss_chan_survey()
8540 ret = wait_for_completion_timeout(&ar->bss_survey_done, 3 * HZ); in ath11k_mac_update_bss_chan_survey()
9761 init_completion(&ar->bss_survey_done); in ath11k_mac_allocate()
Dwmi.c8020 complete(&ar->bss_survey_done); in ath11k_pdev_bss_chan_info_event()