Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/athk/ath12k/
H A Dcore.h542 struct completion install_key_done; member
H A Dcore.c727 complete(&ar->install_key_done); in ath12k_core_pre_reconfigure_recovery()
H A Dmac.c3055 reinit_completion(&ar->install_key_done); in ath12k_install_key()
3101 if (!wait_for_completion_timeout(&ar->install_key_done, 1 * HZ)) in ath12k_install_key()
7453 init_completion(&ar->install_key_done); in ath12k_mac_allocate()
H A Dwmi.c6470 complete(&ar->install_key_done); in ath12k_vdev_install_key_compl_event()
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dcore.h686 struct completion install_key_done; member
H A Dcore.c1851 complete(&ar->install_key_done); in ath11k_core_pre_reconfigure_recovery()
H A Dmac.c4122 reinit_completion(&ar->install_key_done); in ath11k_install_key()
4166 if (!wait_for_completion_timeout(&ar->install_key_done, 1 * HZ)) in ath11k_install_key()
9752 init_completion(&ar->install_key_done); in ath11k_mac_allocate()
H A Dwmi.c8395 complete(&ar->install_key_done); in ath11k_vdev_install_key_compl_event()
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dcore.h1161 struct completion install_key_done; member
H A Dcore.c2599 complete(&ar->install_key_done); in ath10k_core_restart()
3700 init_completion(&ar->install_key_done); in ath10k_core_create()
H A Dmac.c309 reinit_completion(&ar->install_key_done); in ath10k_install_key()
318 time_left = wait_for_completion_timeout(&ar->install_key_done, 3 * HZ); in ath10k_install_key()
H A Dhtt_rx.c4329 complete(&ar->install_key_done); in ath10k_htt_t2h_msg_handler()