Searched refs:fcoe_wq (Results 1 – 1 of 1) sorted by relevance
64 static struct workqueue_struct *fcoe_wq; variable 2049 queue_work(fcoe_wq, &port->destroy_work); in fcoe_destroy() 2441 fcoe_wq = alloc_workqueue("fcoe", 0, 0); in fcoe_init() 2442 if (!fcoe_wq) in fcoe_init() 2476 destroy_workqueue(fcoe_wq); in fcoe_init() 2503 queue_work(fcoe_wq, &port->destroy_work); in fcoe_exit() 2514 * can take care of them. Just kill the fcoe_wq. in fcoe_exit() 2516 destroy_workqueue(fcoe_wq); in fcoe_exit() 2520 * destroys are done on the fcoe_wq. destroy_workqueue will in fcoe_exit() 2521 * enusre the fcoe_wq i in fcoe_exit() [all...]