Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/ath12k/
H A Dcore.h521 struct completion install_key_done; member
H A Dcore.c700 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()
7452 init_completion(&ar->install_key_done); in ath12k_mac_allocate()
H A Dwmi.c6251 complete(&ar->install_key_done); in ath12k_vdev_install_key_compl_event()
/openbmc/linux/drivers/net/wireless/ath/ath11k/
H A Dcore.h665 struct completion install_key_done; member
H A Dcore.c1818 complete(&ar->install_key_done); in ath11k_core_pre_reconfigure_recovery()
H A Dmac.c4120 reinit_completion(&ar->install_key_done); in ath11k_install_key()
4164 if (!wait_for_completion_timeout(&ar->install_key_done, 1 * HZ)) in ath11k_install_key()
9758 init_completion(&ar->install_key_done); in ath11k_mac_allocate()
H A Dwmi.c8058 complete(&ar->install_key_done); in ath11k_vdev_install_key_compl_event()
/openbmc/linux/drivers/net/wireless/ath/ath10k/
H A Dcore.h1153 struct completion install_key_done; member
H A Dcore.c2525 complete(&ar->install_key_done); in ath10k_core_restart()
3613 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.c307 reinit_completion(&ar->install_key_done); in ath10k_install_key()
316 time_left = wait_for_completion_timeout(&ar->install_key_done, 3 * HZ); in ath10k_install_key()