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

/linux-4.4.14/drivers/scsi/fcoe/
H A Dfcoe.c68 static struct workqueue_struct *fcoe_wq; variable in typeref:struct:workqueue_struct
2030 queue_work(fcoe_wq, &port->destroy_work); fcoe_device_notification()
2192 queue_work(fcoe_wq, &port->destroy_work); fcoe_destroy()
2613 fcoe_wq = alloc_workqueue("fcoe", 0, 0); fcoe_init()
2614 if (!fcoe_wq) fcoe_init()
2662 destroy_workqueue(fcoe_wq);
2689 queue_work(fcoe_wq, &port->destroy_work); fcoe_exit()
2706 * can take care of them. Just kill the fcoe_wq. fcoe_exit()
2708 destroy_workqueue(fcoe_wq); fcoe_exit()
2712 * destroys are done on the fcoe_wq. destroy_workqueue will fcoe_exit()
2713 * enusre the fcoe_wq is flushed. fcoe_exit()

Completed in 114 milliseconds