Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/ath/ath10k/
H A Dcore.h1157 struct completion install_key_done; member
H A Dcore.c2548 complete(&ar->install_key_done); in ath10k_core_restart()
3651 init_completion(&ar->install_key_done); in ath10k_core_create()
H A Dhtt_rx.c4179 complete(&ar->install_key_done); in ath10k_htt_t2h_msg_handler()
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()
/linux-6.15/drivers/net/wireless/ath/ath11k/
H A Dcore.h713 struct completion install_key_done; member
H A Dcore.c2124 complete(&ar->install_key_done); in ath11k_core_pre_reconfigure_recovery()
H A Dmac.c4223 reinit_completion(&ar->install_key_done); in ath11k_install_key()
4266 if (!wait_for_completion_timeout(&ar->install_key_done, 1 * HZ)) in ath11k_install_key()
10468 init_completion(&ar->install_key_done); in ath11k_mac_allocate()
H A Dwmi.c8064 complete(&ar->install_key_done); in ath11k_vdev_install_key_compl_event()
/linux-6.15/drivers/net/wireless/ath/ath12k/
H A Dcore.h677 struct completion install_key_done; member
H A Dcore.c1299 complete(&ar->install_key_done); in ath12k_core_pre_reconfigure_recovery()
H A Dmac.c4612 reinit_completion(&ar->install_key_done); in ath12k_install_key()
4658 if (!wait_for_completion_timeout(&ar->install_key_done, 1 * HZ)) in ath12k_install_key()
11408 init_completion(&ar->install_key_done); in ath12k_mac_setup()
H A Dwmi.c6807 complete(&ar->install_key_done); in ath12k_vdev_install_key_compl_event()