Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/qedf/
Dqedf_main.c107 struct workqueue_struct *qedf_io_wq; variable
2021 queue_work_on(cpu, qedf_io_wq, &io_work->work); in qedf_process_completions()
3640 qedf_io_wq = create_workqueue("qedf_io_wq"); in qedf_init()
3641 if (!qedf_io_wq) { in qedf_init()
3657 destroy_workqueue(qedf_io_wq); in qedf_init()
3675 destroy_workqueue(qedf_io_wq); in qedf_cleanup()
Dqedf.h177 extern struct workqueue_struct *qedf_io_wq;
Dqedf_io.c2167 queue_work_on(smp_processor_id(), qedf_io_wq, &io_work->work); in qedf_process_unsol_compl()