Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/fcoe/
Dfcoe_sysfs.c61 #define fcoe_ctlr_work_q(x) \ macro
578 if (!fcoe_ctlr_work_q(ctlr)) { in fcoe_ctlr_device_flush_work()
586 flush_workqueue(fcoe_ctlr_work_q(ctlr)); in fcoe_ctlr_device_flush_work()
600 if (unlikely(!fcoe_ctlr_work_q(ctlr))) { in fcoe_ctlr_device_queue_work()
609 return queue_work(fcoe_ctlr_work_q(ctlr), work); in fcoe_ctlr_device_queue_work()