Searched refs:eq_wq (Results 1 – 3 of 3) sorted by relevance
188 queue_work(hdev->eq_wq, &handle_eqe_work->eq_work); in hl_irq_handler_eq()302 flush_workqueue(hdev->eq_wq); in hl_eq_fini()
304 hdev->eq_wq = alloc_workqueue("hl-events", WQ_UNBOUND, 0); in device_early_init()305 if (hdev->eq_wq == NULL) { in device_early_init()348 destroy_workqueue(hdev->eq_wq); in device_early_init()384 destroy_workqueue(hdev->eq_wq); in device_early_fini()969 flush_workqueue(hdev->eq_wq); in hl_device_reset()
1611 struct workqueue_struct *eq_wq; member