Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/fcoe/
H A Dfcoe.c64 static struct workqueue_struct *fcoe_wq; variable
2069 queue_work(fcoe_wq, &port->destroy_work); in fcoe_destroy()
2461 fcoe_wq = alloc_workqueue("fcoe", 0, 0); in fcoe_init()
2462 if (!fcoe_wq) in fcoe_init()
2496 destroy_workqueue(fcoe_wq); in fcoe_init()
2523 queue_work(fcoe_wq, &port->destroy_work); in fcoe_exit()
2536 destroy_workqueue(fcoe_wq); in fcoe_exit()