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

/freebsd-current/sys/contrib/dev/athk/ath11k/
H A Dmhi.c342 queue_work(ab->workqueue_aux, &ab->reset_work);
H A Dcore.c2076 destroy_workqueue(ab->workqueue_aux);
2098 ab->workqueue_aux = create_singlethread_workqueue("ath11k_aux_wq");
2099 if (!ab->workqueue_aux)
H A Dcore.h961 struct workqueue_struct *workqueue_aux; member in struct:ath11k_base
H A Ddebugfs.c533 queue_work(ab->workqueue_aux, &ab->reset_work);
H A Dmac.c6159 queue_work(ar->ab->workqueue_aux, &ar->wmi_mgmt_tx_work);
/freebsd-current/sys/contrib/dev/athk/ath12k/
H A Dcore.c917 destroy_workqueue(ab->workqueue_aux);
937 ab->workqueue_aux = create_singlethread_workqueue("ath12k_aux_wq");
938 if (!ab->workqueue_aux)
H A Dmhi.c330 queue_work(ab->workqueue_aux, &ab->reset_work);
H A Dcore.h767 struct workqueue_struct *workqueue_aux; member in struct:ath12k_base
/freebsd-current/sys/contrib/dev/athk/ath10k/
H A Dcore.h1170 struct workqueue_struct *workqueue_aux; member in struct:ath10k
H A Dcore.c3714 ar->workqueue_aux = create_singlethread_workqueue("ath10k_aux_wq");
3715 if (!ar->workqueue_aux)
3766 destroy_workqueue(ar->workqueue_aux);
3780 destroy_workqueue(ar->workqueue_aux);
H A Dsdio.c476 queue_work(ar->workqueue_aux,
H A Dwmi.c5746 queue_work(ar->workqueue_aux, &ar->svc_rdy_work);

Completed in 235 milliseconds