Home
last modified time | relevance | path

Searched refs:hprio_workqueue (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/quantenna/qtnfmac/
H A Dcore.c84 queue_work(vif->mac->bus->hprio_workqueue, &vif->high_pri_tx_work); in qtnf_packet_send_hi_pri()
736 bus->hprio_workqueue = alloc_workqueue("QTNF_HPRI", WQ_HIGHPRI, 0); in qtnf_core_attach()
737 if (!bus->hprio_workqueue) { in qtnf_core_attach()
824 if (bus->hprio_workqueue) { in qtnf_core_detach()
825 flush_workqueue(bus->hprio_workqueue); in qtnf_core_detach()
826 destroy_workqueue(bus->hprio_workqueue); in qtnf_core_detach()
827 bus->hprio_workqueue = NULL; in qtnf_core_detach()
H A Dbus.h64 struct workqueue_struct *hprio_workqueue; member
/kernel/linux/linux-6.6/drivers/net/wireless/quantenna/qtnfmac/
H A Dcore.c84 queue_work(vif->mac->bus->hprio_workqueue, &vif->high_pri_tx_work); in qtnf_packet_send_hi_pri()
731 bus->hprio_workqueue = alloc_workqueue("QTNF_HPRI", WQ_HIGHPRI, 0); in qtnf_core_attach()
732 if (!bus->hprio_workqueue) { in qtnf_core_attach()
818 if (bus->hprio_workqueue) { in qtnf_core_detach()
819 destroy_workqueue(bus->hprio_workqueue); in qtnf_core_detach()
820 bus->hprio_workqueue = NULL; in qtnf_core_detach()
H A Dbus.h64 struct workqueue_struct *hprio_workqueue; member

Completed in 4 milliseconds