Searched refs:eq_wq (Results 1 – 3 of 3) sorted by relevance
553 queue_work(hdev->eq_wq, &handle_eqe_work->eq_work); in hl_irq_handler_eq()681 flush_workqueue(hdev->eq_wq); in hl_eq_fini()
915 hdev->eq_wq = create_singlethread_workqueue(workq_name); in device_early_init()916 if (hdev->eq_wq == NULL) { in device_early_init()1003 destroy_workqueue(hdev->eq_wq); in device_early_init()1044 destroy_workqueue(hdev->eq_wq); in device_early_fini()1796 flush_workqueue(hdev->eq_wq); in hl_device_reset()
3436 struct workqueue_struct *eq_wq; member