Searched refs:workqueue_aux (Results 1 – 4 of 4) sorted by relevance
3306 ar->workqueue_aux = create_singlethread_workqueue("ath10k_aux_wq"); in ath10k_core_create()3307 if (!ar->workqueue_aux) in ath10k_core_create()3355 destroy_workqueue(ar->workqueue_aux); in ath10k_core_create()3370 flush_workqueue(ar->workqueue_aux); in ath10k_core_destroy()3371 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()
5673 queue_work(ar->workqueue_aux, &ar->svc_rdy_work); in ath10k_wmi_event_service_ready()