Home
last modified time | relevance | path

Searched refs:cq_wq (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/drivers/misc/habanalabs/
Ddevice.c275 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()
Dirq.c121 queue_work(hdev->cq_wq, &job->finish_work); in hl_irq_handler_cq()
Dcommand_submission.c365 flush_workqueue(hdev->cq_wq); in hl_cs_rollback_all()
Dhabanalabs.h1267 struct workqueue_struct *cq_wq; member
/Linux-v5.4/drivers/net/ethernet/cisco/enic/
Denic_main.c1541 unsigned int cq_wq = enic_cq_wq(enic, 0); in enic_poll() local
1548 wq_work_done = vnic_cq_service(&enic->cq[cq_wq], wq_work_to_do, in enic_poll()