Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/scsi/qedf/
Dqedf.h200 extern struct workqueue_struct *qedf_io_wq;
Dqedf_main.c114 struct workqueue_struct *qedf_io_wq; variable
2304 queue_work_on(cpu, qedf_io_wq, &io_work->work); in qedf_process_completions()
4126 qedf_io_wq = create_workqueue("qedf_io_wq"); in qedf_init()
4127 if (!qedf_io_wq) { in qedf_init()
4143 destroy_workqueue(qedf_io_wq); in qedf_init()
4161 destroy_workqueue(qedf_io_wq); in qedf_cleanup()
Dqedf_io.c2607 queue_work_on(smp_processor_id(), qedf_io_wq, &io_work->work); in qedf_process_unsol_compl()