Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/scsi/fcoe/
Dfcoe_sysfs.c50 #define fcoe_ctlr_devloss_work_q(x) \ macro
715 if (!fcoe_ctlr_devloss_work_q(ctlr)) { in fcoe_ctlr_device_flush_devloss()
723 flush_workqueue(fcoe_ctlr_devloss_work_q(ctlr)); in fcoe_ctlr_device_flush_devloss()
739 if (unlikely(!fcoe_ctlr_devloss_work_q(ctlr))) { in fcoe_ctlr_device_queue_devloss_work()
748 return queue_delayed_work(fcoe_ctlr_devloss_work_q(ctlr), work, delay); in fcoe_ctlr_device_queue_devloss_work()