Searched refs:cq_wq (Results 1 – 5 of 5) sorted by relevance
283 hdev->cq_wq = kcalloc(hdev->asic_prop.completion_queues_count, in device_early_init()284 sizeof(*hdev->cq_wq), in device_early_init()286 if (!hdev->cq_wq) { in device_early_init()294 hdev->cq_wq[i] = create_singlethread_workqueue(workq_name); in device_early_init()295 if (hdev->cq_wq[i] == NULL) { in device_early_init()349 if (hdev->cq_wq[i]) in device_early_init()350 destroy_workqueue(hdev->cq_wq[i]); in device_early_init()351 kfree(hdev->cq_wq); in device_early_init()385 destroy_workqueue(hdev->cq_wq[i]); in device_early_fini()386 kfree(hdev->cq_wq); in device_early_fini()
122 queue_work(hdev->cq_wq[cq->cq_idx], &job->finish_work); in hl_irq_handler_cq()
493 flush_workqueue(hdev->cq_wq[i]); in hl_cs_rollback_all()
1610 struct workqueue_struct **cq_wq; member
1506 unsigned int cq_wq = enic_cq_wq(enic, 0); in enic_poll() local1513 wq_work_done = vnic_cq_service(&enic->cq[cq_wq], wq_work_to_do, in enic_poll()