Home
last modified time | relevance | path

Searched refs:workqueue_aux (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/net/wireless/ath/ath11k/
H A Dmhi.c290 queue_work(ab->workqueue_aux, &ab->reset_work); in ath11k_mhi_op_status_cb()
H A Dcore.c2616 destroy_workqueue(ab->workqueue_aux); in ath11k_core_free()
2638 ab->workqueue_aux = create_singlethread_workqueue("ath11k_aux_wq"); in ath11k_core_alloc()
2639 if (!ab->workqueue_aux) in ath11k_core_alloc()
H A Dcore.h1003 struct workqueue_struct *workqueue_aux; member
H A Ddebugfs.c414 queue_work(ab->workqueue_aux, &ab->reset_work); in ath11k_write_simulate_fw_crash()
/linux/drivers/net/wireless/ath/ath12k/
H A Dcore.c2218 destroy_workqueue(ab->workqueue_aux); in ath12k_core_free()
2238 ab->workqueue_aux = create_singlethread_workqueue("ath12k_aux_wq"); in ath12k_core_alloc()
2239 if (!ab->workqueue_aux) in ath12k_core_alloc()
H A Dcore.h1140 struct workqueue_struct *workqueue_aux; member
/linux/drivers/net/wireless/ath/ath10k/
H A Dcore.c3705 ar->workqueue_aux = create_singlethread_workqueue("ath10k_aux_wq"); in ath10k_core_create()
3706 if (!ar->workqueue_aux) in ath10k_core_create()
3761 destroy_workqueue(ar->workqueue_aux); in ath10k_core_create()
3775 destroy_workqueue(ar->workqueue_aux); in ath10k_core_destroy()
H A Dcore.h1166 struct workqueue_struct *workqueue_aux; member