Searched refs:workqueue_aux (Results 1 – 3 of 3) sorted by relevance
1995 ar->workqueue_aux = create_singlethread_workqueue("ath10k_aux_wq"); in ath10k_core_create()1996 if (!ar->workqueue_aux) in ath10k_core_create()2024 destroy_workqueue(ar->workqueue_aux); in ath10k_core_create()2040 flush_workqueue(ar->workqueue_aux); in ath10k_core_destroy()2041 destroy_workqueue(ar->workqueue_aux); in ath10k_core_destroy()
758 struct workqueue_struct *workqueue_aux; member
4568 queue_work(ar->workqueue_aux, &ar->svc_rdy_work); in ath10k_wmi_event_service_ready()