Searched refs:hprio_workqueue (Results 1 – 2 of 2) sorted by relevance
630 bus->hprio_workqueue = alloc_workqueue("QTNF_HPRI", WQ_HIGHPRI, 0); in qtnf_core_attach()631 if (!bus->hprio_workqueue) { in qtnf_core_attach()704 if (bus->hprio_workqueue) { in qtnf_core_detach()705 flush_workqueue(bus->hprio_workqueue); in qtnf_core_detach()706 destroy_workqueue(bus->hprio_workqueue); in qtnf_core_detach()707 bus->hprio_workqueue = NULL; in qtnf_core_detach()849 queue_work(vif->mac->bus->hprio_workqueue, &vif->high_pri_tx_work); in qtnf_packet_send_hi_pri()
52 struct workqueue_struct *hprio_workqueue; member