Lines Matching refs:fcoe_wq
64 static struct workqueue_struct *fcoe_wq;
2083 queue_work(fcoe_wq, &port->destroy_work);
2475 fcoe_wq = alloc_workqueue("fcoe", 0, 0);
2476 if (!fcoe_wq)
2509 destroy_workqueue(fcoe_wq);
2536 queue_work(fcoe_wq, &port->destroy_work);
2547 * can take care of them. Just kill the fcoe_wq.
2549 destroy_workqueue(fcoe_wq);
2553 * destroys are done on the fcoe_wq. destroy_workqueue will
2554 * enusre the fcoe_wq is flushed.