Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/athk/ath10k/
H A Dcore.h1164 struct completion install_key_done; member
H A Dcore.c2661 complete(&ar->install_key_done); in ath10k_core_restart()
3772 init_completion(&ar->install_key_done); in ath10k_core_create()
H A Dmac.c318 reinit_completion(&ar->install_key_done); in ath10k_install_key()
327 time_left = wait_for_completion_timeout(&ar->install_key_done, 3 * HZ); in ath10k_install_key()
H A Dhtt_rx.c4331 complete(&ar->install_key_done); in ath10k_htt_t2h_msg_handler()
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dcore.h754 struct completion install_key_done; member
H A Dcore.c2476 complete(&ar->install_key_done); in ath11k_core_pre_reconfigure_recovery()
H A Dmac.c4375 reinit_completion(&ar->install_key_done); in ath11k_install_key()
4418 if (!wait_for_completion_timeout(&ar->install_key_done, 1 * HZ)) in ath11k_install_key()
10810 init_completion(&ar->install_key_done); in ath11k_mac_allocate()
H A Dwmi.c8463 complete(&ar->install_key_done); in ath11k_vdev_install_key_compl_event()
/freebsd/sys/contrib/dev/athk/ath12k/
H A Dcore.h701 struct completion install_key_done; member
H A Dcore.c1523 complete(&ar->install_key_done); in ath12k_core_pre_reconfigure_recovery()
H A Dmac.c5884 reinit_completion(&ar->install_key_done); in ath12k_install_key()
5890 if (!wait_for_completion_timeout(&ar->install_key_done, 1 * HZ)) in ath12k_install_key()
14786 init_completion(&ar->install_key_done); in ath12k_mac_setup()
H A Dwmi.c7942 complete(&ar->install_key_done); in ath12k_vdev_install_key_compl_event()