Home
last modified time | relevance | path

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

/linux-6.1.9/include/scsi/
Dscsi_transport_fc.h658 #define fc_host_work_q(x) \ macro
/linux-6.1.9/drivers/scsi/
Dscsi_transport_fc.c2787 if (unlikely(!fc_host_work_q(shost))) { in fc_queue_work()
2796 return queue_work(fc_host_work_q(shost), work); in fc_queue_work()
2806 if (!fc_host_work_q(shost)) { in fc_flush_work()
2814 flush_workqueue(fc_host_work_q(shost)); in fc_flush_work()
/linux-6.1.9/drivers/scsi/fcoe/
Dfcoe.c2732 queue_work(fc_host_work_q(shost), in fcoe_vport_remove()
2738 flush_workqueue(fc_host_work_q(shost)); in fcoe_vport_remove()