Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/qedf/
H A Dqedf.h200 extern struct workqueue_struct *qedf_io_wq;
H A Dqedf_main.c115 struct workqueue_struct *qedf_io_wq; variable
2313 queue_work_on(cpu, qedf_io_wq, &io_work->work); in qedf_process_completions()
4184 qedf_io_wq = create_workqueue("qedf_io_wq"); in qedf_init()
4185 if (!qedf_io_wq) { in qedf_init()
4201 destroy_workqueue(qedf_io_wq); in qedf_init()
4219 destroy_workqueue(qedf_io_wq); in qedf_cleanup()
H A Dqedf_io.c2613 queue_work_on(smp_processor_id(), qedf_io_wq, &io_work->work); in qedf_process_unsol_compl()