Searched refs:workqueue_aux (Results 1 – 4 of 4) sorted by relevance
3323 ar->workqueue_aux = create_singlethread_workqueue("ath10k_aux_wq"); in ath10k_core_create()3324 if (!ar->workqueue_aux) in ath10k_core_create()3372 destroy_workqueue(ar->workqueue_aux); in ath10k_core_create()3387 flush_workqueue(ar->workqueue_aux); in ath10k_core_destroy()3388 destroy_workqueue(ar->workqueue_aux); in ath10k_core_destroy()
1146 struct workqueue_struct *workqueue_aux; member
476 queue_work(ar->workqueue_aux, in ath10k_sdio_mbox_rx_process_packets()
5677 queue_work(ar->workqueue_aux, &ar->svc_rdy_work); in ath10k_wmi_event_service_ready()