Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/fcoe/
Dfcoe.c68 static struct workqueue_struct *fcoe_wq; variable
2032 queue_work(fcoe_wq, &port->destroy_work); in fcoe_device_notification()
2194 queue_work(fcoe_wq, &port->destroy_work); in fcoe_destroy()
2615 fcoe_wq = alloc_workqueue("fcoe", 0, 0); in fcoe_init()
2616 if (!fcoe_wq) in fcoe_init()
2664 destroy_workqueue(fcoe_wq); in fcoe_init()
2691 queue_work(fcoe_wq, &port->destroy_work); in fcoe_exit()
2710 destroy_workqueue(fcoe_wq); in fcoe_exit()