Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/scsi/fcoe/
Dfcoe.c64 static struct workqueue_struct *fcoe_wq; variable
2080 queue_work(fcoe_wq, &port->destroy_work); in fcoe_destroy()
2472 fcoe_wq = alloc_workqueue("fcoe", 0, 0); in fcoe_init()
2473 if (!fcoe_wq) in fcoe_init()
2505 destroy_workqueue(fcoe_wq); in fcoe_init()
2532 queue_work(fcoe_wq, &port->destroy_work); in fcoe_exit()
2545 destroy_workqueue(fcoe_wq); in fcoe_exit()