Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/wireless/ath/ath11k/
Dmhi.c337 queue_work(ab->workqueue_aux, &ab->reset_work); in ath11k_mhi_op_status_cb()
Dcore.c1888 destroy_workqueue(ab->workqueue_aux); in ath11k_core_free()
1910 ab->workqueue_aux = create_singlethread_workqueue("ath11k_aux_wq"); in ath11k_core_alloc()
1911 if (!ab->workqueue_aux) in ath11k_core_alloc()
Dcore.h923 struct workqueue_struct *workqueue_aux; member
Ddebugfs.c533 queue_work(ab->workqueue_aux, &ab->reset_work); in ath11k_write_simulate_fw_crash()
Dmac.c5631 queue_work(ar->ab->workqueue_aux, &ar->wmi_mgmt_tx_work); in ath11k_mac_mgmt_tx()
/Linux-v6.1/drivers/net/wireless/ath/ath10k/
Dcore.c3617 ar->workqueue_aux = create_singlethread_workqueue("ath10k_aux_wq"); in ath10k_core_create()
3618 if (!ar->workqueue_aux) in ath10k_core_create()
3666 destroy_workqueue(ar->workqueue_aux); in ath10k_core_create()
3680 destroy_workqueue(ar->workqueue_aux); in ath10k_core_destroy()
Dcore.h1162 struct workqueue_struct *workqueue_aux; member
Dsdio.c476 queue_work(ar->workqueue_aux, in ath10k_sdio_mbox_rx_process_packets()
Dwmi.c5677 queue_work(ar->workqueue_aux, &ar->svc_rdy_work); in ath10k_wmi_event_service_ready()