Home
last modified time | relevance | path

Searched refs:qedf_io_wq (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/scsi/qedf/
H A Dqedf_main.c115 struct workqueue_struct *qedf_io_wq; variable
2315 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()
H A Dqedf_io.c2574 queue_work_on(smp_processor_id(), qedf_io_wq, &io_work->work); in qedf_process_unsol_compl()