Home
last modified time | relevance | path

Searched refs:workqueue_aux (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/wireless/ath/ath10k/
H A Dcore.c3658 ar->workqueue_aux = create_singlethread_workqueue("ath10k_aux_wq"); in ath10k_core_create()
3659 if (!ar->workqueue_aux) in ath10k_core_create()
3714 destroy_workqueue(ar->workqueue_aux); in ath10k_core_create()
3728 destroy_workqueue(ar->workqueue_aux); in ath10k_core_destroy()
H A Dcore.h1166 struct workqueue_struct *workqueue_aux; member
H A Dwmi.c5699 queue_work(ar->workqueue_aux, &ar->svc_rdy_work); in ath10k_wmi_event_service_ready()
/linux/drivers/net/wireless/ath/ath11k/
H A Ddebugfs.c534 queue_work(ab->workqueue_aux, &ab->reset_work); in ath11k_write_simulate_fw_crash()