Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/fcoe/
Dfcoe_sysfs.c61 #define fcoe_ctlr_work_q(x) \ macro
696 if (!fcoe_ctlr_work_q(ctlr)) { in fcoe_ctlr_device_flush_work()
704 flush_workqueue(fcoe_ctlr_work_q(ctlr)); in fcoe_ctlr_device_flush_work()
718 if (unlikely(!fcoe_ctlr_work_q(ctlr))) { in fcoe_ctlr_device_queue_work()
727 return queue_work(fcoe_ctlr_work_q(ctlr), work); in fcoe_ctlr_device_queue_work()