Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/ath12k/
H A Dcore.h553 struct completion bss_survey_done; member
H A Dcore.c703 complete(&ar->bss_survey_done); in ath12k_core_pre_reconfigure_recovery()
H A 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()
H A Dwmi.c6213 complete(&ar->bss_survey_done); in ath12k_pdev_bss_chan_info_event()
/openbmc/linux/drivers/net/wireless/ath/ath11k/
H A Dcore.h697 struct completion bss_survey_done; member
H A Dcore.c1821 complete(&ar->bss_survey_done); in ath11k_core_pre_reconfigure_recovery()
H A Dmac.c8530 reinit_completion(&ar->bss_survey_done); in ath11k_mac_update_bss_chan_survey()
8538 ret = wait_for_completion_timeout(&ar->bss_survey_done, 3 * HZ); in ath11k_mac_update_bss_chan_survey()
9759 init_completion(&ar->bss_survey_done); in ath11k_mac_allocate()
H A Dwmi.c8020 complete(&ar->bss_survey_done); in ath11k_pdev_bss_chan_info_event()
/openbmc/linux/drivers/net/wireless/ath/ath10k/
H A Dcore.h1224 struct completion bss_survey_done; member
H A Dcore.c2529 complete(&ar->bss_survey_done); in ath10k_core_restart()
3617 init_completion(&ar->bss_survey_done); in ath10k_core_create()
H A 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()
H A Dwmi.c5847 complete(&ar->bss_survey_done); in ath10k_wmi_event_pdev_bss_chan_info()