Searched refs:qedf_io_wq (Results 1 – 2 of 2) sorted by relevance
115 struct workqueue_struct *qedf_io_wq; variable2315 queue_work_on(cpu, qedf_io_wq, &io_work->work); in qedf_process_completions()4182 qedf_io_wq = alloc_workqueue("%s", WQ_MEM_RECLAIM | WQ_PERCPU, 1, in qedf_init()4184 if (!qedf_io_wq) { in qedf_init()4200 destroy_workqueue(qedf_io_wq); in qedf_init()4218 destroy_workqueue(qedf_io_wq); in qedf_cleanup()
2574 queue_work_on(smp_processor_id(), qedf_io_wq, &io_work->work); in qedf_process_unsol_compl()