Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/qedf/
Dqedf.h195 extern struct workqueue_struct *qedf_io_wq;
Dqedf_main.c105 struct workqueue_struct *qedf_io_wq; variable
2174 queue_work_on(cpu, qedf_io_wq, &io_work->work); in qedf_process_completions()
3848 qedf_io_wq = create_workqueue("qedf_io_wq"); in qedf_init()
3849 if (!qedf_io_wq) { in qedf_init()
3865 destroy_workqueue(qedf_io_wq); in qedf_init()
3883 destroy_workqueue(qedf_io_wq); in qedf_cleanup()
Dqedf_io.c2592 queue_work_on(smp_processor_id(), qedf_io_wq, &io_work->work); in qedf_process_unsol_compl()