Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/scsi/qedf/
H A Dqedf_main.c114 struct workqueue_struct *qedf_io_wq; variable
2300 queue_work_on(cpu, qedf_io_wq, &io_work->work); in qedf_process_completions()
4107 qedf_io_wq = create_workqueue("qedf_io_wq"); in qedf_init()
4108 if (!qedf_io_wq) { in qedf_init()
4124 destroy_workqueue(qedf_io_wq); in qedf_init()
4142 destroy_workqueue(qedf_io_wq); in qedf_cleanup()
H A Dqedf.h195 extern struct workqueue_struct *qedf_io_wq;
H A Dqedf_io.c2627 queue_work_on(smp_processor_id(), qedf_io_wq, &io_work->work); in qedf_process_unsol_compl()