Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/fcoe/
Dfcoe.c76 static struct workqueue_struct *fcoe_wq; variable
2096 queue_work(fcoe_wq, &port->destroy_work); in fcoe_destroy()
2490 fcoe_wq = alloc_workqueue("fcoe", 0, 0); in fcoe_init()
2491 if (!fcoe_wq) in fcoe_init()
2523 destroy_workqueue(fcoe_wq); in fcoe_init()
2550 queue_work(fcoe_wq, &port->destroy_work); in fcoe_exit()
2563 destroy_workqueue(fcoe_wq); in fcoe_exit()