Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/fcoe/
Dfcoe_sysfs.c49 #define fcoe_ctlr_work_q(x) \ macro
695 if (!fcoe_ctlr_work_q(ctlr)) { in fcoe_ctlr_device_flush_work()
703 flush_workqueue(fcoe_ctlr_work_q(ctlr)); in fcoe_ctlr_device_flush_work()
717 if (unlikely(!fcoe_ctlr_work_q(ctlr))) { in fcoe_ctlr_device_queue_work()
726 return queue_work(fcoe_ctlr_work_q(ctlr), work); in fcoe_ctlr_device_queue_work()