Searched refs:qedf_io_wq (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/qedf/ |
H A D | qedf_main.c | 115 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 D | qedf.h | 195 extern struct workqueue_struct *qedf_io_wq;
|
H A D | qedf_io.c | 2633 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 D | qedf_main.c | 115 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 D | qedf.h | 200 extern struct workqueue_struct *qedf_io_wq;
|
H A D | qedf_io.c | 2613 queue_work_on(smp_processor_id(), qedf_io_wq, &io_work->work); in qedf_process_unsol_compl() local
|
Completed in 19 milliseconds