Searched refs:workqueue_aux (Results 1 – 3 of 3) sorted by relevance
2832 ar->workqueue_aux = create_singlethread_workqueue("ath10k_aux_wq"); in ath10k_core_create()2833 if (!ar->workqueue_aux) in ath10k_core_create()2874 destroy_workqueue(ar->workqueue_aux); in ath10k_core_create()2890 flush_workqueue(ar->workqueue_aux); in ath10k_core_destroy()2891 destroy_workqueue(ar->workqueue_aux); in ath10k_core_destroy()
1010 struct workqueue_struct *workqueue_aux; member
5388 queue_work(ar->workqueue_aux, &ar->svc_rdy_work); in ath10k_wmi_event_service_ready()