Searched refs:hprio_workqueue (Results 1 – 2 of 2) sorted by relevance
84 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", in qtnf_core_attach()719 if (!bus->hprio_workqueue) { in qtnf_core_attach()805 if (bus->hprio_workqueue) { in qtnf_core_detach()806 destroy_workqueue(bus->hprio_workqueue); in qtnf_core_detach()807 bus->hprio_workqueue = NULL; in qtnf_core_detach()
64 struct workqueue_struct *hprio_workqueue; member