Searched refs:workqueue_aux (Results 1 – 3 of 3) sorted by relevance
3190 ar->workqueue_aux = create_singlethread_workqueue("ath10k_aux_wq"); in ath10k_core_create()3191 if (!ar->workqueue_aux) in ath10k_core_create()3231 destroy_workqueue(ar->workqueue_aux); in ath10k_core_create()3247 flush_workqueue(ar->workqueue_aux); in ath10k_core_destroy()3248 destroy_workqueue(ar->workqueue_aux); in ath10k_core_destroy()
1081 struct workqueue_struct *workqueue_aux; member
5568 queue_work(ar->workqueue_aux, &ar->svc_rdy_work); in ath10k_wmi_event_service_ready()