Home
last modified time | relevance | path

Searched refs:hprio_workqueue (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/net/wireless/quantenna/qtnfmac/
Dcore.c84 queue_work(vif->mac->bus->hprio_workqueue, &vif->high_pri_tx_work); in qtnf_packet_send_hi_pri()
717 bus->hprio_workqueue = alloc_workqueue("QTNF_HPRI", WQ_HIGHPRI, 0); in qtnf_core_attach()
718 if (!bus->hprio_workqueue) { in qtnf_core_attach()
804 if (bus->hprio_workqueue) { in qtnf_core_detach()
805 destroy_workqueue(bus->hprio_workqueue); in qtnf_core_detach()
806 bus->hprio_workqueue = NULL; in qtnf_core_detach()
Dbus.h64 struct workqueue_struct *hprio_workqueue; member