Home
last modified time | relevance | path

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

/openbmc/linux/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