Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/fcoe/
Dfcoe.c68 static struct workqueue_struct *fcoe_wq; variable
2030 queue_work(fcoe_wq, &port->destroy_work); in fcoe_device_notification()
2192 queue_work(fcoe_wq, &port->destroy_work); in fcoe_destroy()
2613 fcoe_wq = alloc_workqueue("fcoe", 0, 0); in fcoe_init()
2614 if (!fcoe_wq) in fcoe_init()
2662 destroy_workqueue(fcoe_wq); in fcoe_init()
2689 queue_work(fcoe_wq, &port->destroy_work); in fcoe_exit()
2708 destroy_workqueue(fcoe_wq); in fcoe_exit()