Lines Matching refs:fcoe_wq
64 static struct workqueue_struct *fcoe_wq;
2069 queue_work(fcoe_wq, &port->destroy_work);
2461 fcoe_wq = alloc_workqueue("fcoe", 0, 0);
2462 if (!fcoe_wq)
2496 destroy_workqueue(fcoe_wq);
2523 queue_work(fcoe_wq, &port->destroy_work);
2534 * can take care of them. Just kill the fcoe_wq.
2536 destroy_workqueue(fcoe_wq);
2540 * destroys are done on the fcoe_wq. destroy_workqueue will
2541 * enusre the fcoe_wq is flushed.