Searched refs:workqueue_aux (Results 1 – 3 of 3) sorted by relevance
2006 ar->workqueue_aux = create_singlethread_workqueue("ath10k_aux_wq"); in ath10k_core_create()2007 if (!ar->workqueue_aux) in ath10k_core_create()2035 destroy_workqueue(ar->workqueue_aux); in ath10k_core_create()2051 flush_workqueue(ar->workqueue_aux); in ath10k_core_destroy()2052 destroy_workqueue(ar->workqueue_aux); in ath10k_core_destroy()
763 struct workqueue_struct *workqueue_aux; member
4588 queue_work(ar->workqueue_aux, &ar->svc_rdy_work); in ath10k_wmi_event_service_ready()