Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath11k/
H A Dcore.c2654 destroy_workqueue(ab->workqueue_aux); in ath11k_core_free()
2676 ab->workqueue_aux = create_singlethread_workqueue("ath11k_aux_wq"); in ath11k_core_alloc()
2677 if (!ab->workqueue_aux) in ath11k_core_alloc()
H A Dcore.h1005 struct workqueue_struct *workqueue_aux; member
H A Ddebugfs.c414 queue_work(ab->workqueue_aux, &ab->reset_work); in ath11k_write_simulate_fw_crash()
H A Dmac.c6487 queue_work(ar->ab->workqueue_aux, &ar->wmi_mgmt_tx_work); in ath11k_mac_mgmt_tx()
/linux/drivers/net/wireless/ath/ath10k/
H A Dsdio.c477 queue_work(ar->workqueue_aux, in ath10k_sdio_mbox_rx_process_packets()
H A Dwmi.c5706 queue_work(ar->workqueue_aux, &ar->svc_rdy_work); in ath10k_wmi_event_service_ready()