Home
last modified time | relevance | path

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

/linux/drivers/scsi/fcoe/
H A Dfcoe.c64 static struct workqueue_struct *fcoe_wq; variable
2049 queue_work(fcoe_wq, &port->destroy_work); in fcoe_destroy()
2441 fcoe_wq = alloc_workqueue("fcoe", WQ_PERCPU, 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()
2516 destroy_workqueue(fcoe_wq); in fcoe_exit()