Home
last modified time | relevance | path

Searched refs:qedf_io_wq (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/qedf/
H A Dqedf_main.c115 struct workqueue_struct *qedf_io_wq; variable
2301 queue_work_on(cpu, qedf_io_wq, &io_work->work); in qedf_process_completions()
4129 qedf_io_wq = create_workqueue("qedf_io_wq"); in qedf_init()
4130 if (!qedf_io_wq) { in qedf_init()
4131 QEDF_ERR(NULL, "Could not create qedf_io_wq.\n"); in qedf_init()
4146 destroy_workqueue(qedf_io_wq); in qedf_init()
4164 destroy_workqueue(qedf_io_wq); in qedf_cleanup()
H A Dqedf.h195 extern struct workqueue_struct *qedf_io_wq;
H A Dqedf_io.c2633 queue_work_on(smp_processor_id(), qedf_io_wq, &io_work->work); in qedf_process_unsol_compl() local
/kernel/linux/linux-6.6/drivers/scsi/qedf/
H A Dqedf_main.c115 struct workqueue_struct *qedf_io_wq; variable
2303 queue_work_on(cpu, qedf_io_wq, &io_work->work); in qedf_process_completions()
4143 qedf_io_wq = create_workqueue("qedf_io_wq"); in qedf_init()
4144 if (!qedf_io_wq) { in qedf_init()
4145 QEDF_ERR(NULL, "Could not create qedf_io_wq.\n"); in qedf_init()
4160 destroy_workqueue(qedf_io_wq); in qedf_init()
4178 destroy_workqueue(qedf_io_wq); in qedf_cleanup()
H A Dqedf.h200 extern struct workqueue_struct *qedf_io_wq;
H A Dqedf_io.c2613 queue_work_on(smp_processor_id(), qedf_io_wq, &io_work->work); in qedf_process_unsol_compl() local

Completed in 18 milliseconds