Searched refs:cq_wq (Results 1 – 5 of 5) sorted by relevance
275 hdev->cq_wq = alloc_workqueue("hl-free-jobs", WQ_UNBOUND, 0); in device_early_init()276 if (hdev->cq_wq == NULL) { in device_early_init()322 destroy_workqueue(hdev->cq_wq); in device_early_init()352 destroy_workqueue(hdev->cq_wq); in device_early_fini()
121 queue_work(hdev->cq_wq, &job->finish_work); in hl_irq_handler_cq()
365 flush_workqueue(hdev->cq_wq); in hl_cs_rollback_all()
1267 struct workqueue_struct *cq_wq; member
1541 unsigned int cq_wq = enic_cq_wq(enic, 0); in enic_poll() local1548 wq_work_done = vnic_cq_service(&enic->cq[cq_wq], wq_work_to_do, in enic_poll()