Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/scsi/fcoe/
Dfcoe_sysfs.c48 #define fcoe_ctlr_work_q(x) \ macro
675 if (!fcoe_ctlr_work_q(ctlr)) { in fcoe_ctlr_device_flush_work()
683 flush_workqueue(fcoe_ctlr_work_q(ctlr)); in fcoe_ctlr_device_flush_work()
697 if (unlikely(!fcoe_ctlr_work_q(ctlr))) { in fcoe_ctlr_device_queue_work()
706 return queue_work(fcoe_ctlr_work_q(ctlr), work); in fcoe_ctlr_device_queue_work()