Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/ath12k/
H A Dcore.c890 destroy_workqueue(ab->workqueue_aux); in ath12k_core_free()
910 ab->workqueue_aux = create_singlethread_workqueue("ath12k_aux_wq"); in ath12k_core_alloc()
911 if (!ab->workqueue_aux) in ath12k_core_alloc()
H A Dmhi.c327 queue_work(ab->workqueue_aux, &ab->reset_work); in ath12k_mhi_op_status_cb()
H A Dcore.h748 struct workqueue_struct *workqueue_aux; member
/openbmc/linux/drivers/net/wireless/ath/ath11k/
H A Dmhi.c337 queue_work(ab->workqueue_aux, &ab->reset_work); in ath11k_mhi_op_status_cb()
H A Dcore.c2043 destroy_workqueue(ab->workqueue_aux); in ath11k_core_free()
2065 ab->workqueue_aux = create_singlethread_workqueue("ath11k_aux_wq"); in ath11k_core_alloc()
2066 if (!ab->workqueue_aux) in ath11k_core_alloc()
H A Dcore.h940 struct workqueue_struct *workqueue_aux; member
H A Ddebugfs.c534 queue_work(ab->workqueue_aux, &ab->reset_work); in ath11k_write_simulate_fw_crash()
H A Dmac.c6164 queue_work(ar->ab->workqueue_aux, &ar->wmi_mgmt_tx_work); in ath11k_mac_mgmt_tx()
/openbmc/linux/drivers/net/wireless/ath/ath10k/
H A Dcore.c3628 ar->workqueue_aux = create_singlethread_workqueue("ath10k_aux_wq"); in ath10k_core_create()
3629 if (!ar->workqueue_aux) in ath10k_core_create()
3680 destroy_workqueue(ar->workqueue_aux); in ath10k_core_create()
3694 destroy_workqueue(ar->workqueue_aux); in ath10k_core_destroy()
H A Dcore.h1163 struct workqueue_struct *workqueue_aux; member
H A Dsdio.c477 queue_work(ar->workqueue_aux, in ath10k_sdio_mbox_rx_process_packets()
H A Dwmi.c5699 queue_work(ar->workqueue_aux, &ar->svc_rdy_work); in ath10k_wmi_event_service_ready()