Home
last modified time | relevance | path

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

/Linux-v5.10/include/scsi/
Dscsi_transport_fc.h611 #define fc_host_work_q(x) \ macro
/Linux-v5.10/drivers/scsi/
Dscsi_transport_fc.c2321 if (unlikely(!fc_host_work_q(shost))) { in fc_queue_work()
2330 return queue_work(fc_host_work_q(shost), work); in fc_queue_work()
2340 if (!fc_host_work_q(shost)) { in fc_flush_work()
2348 flush_workqueue(fc_host_work_q(shost)); in fc_flush_work()
/Linux-v5.10/drivers/scsi/fcoe/
Dfcoe.c2744 queue_work(fc_host_work_q(shost), in fcoe_vport_remove()
2750 flush_workqueue(fc_host_work_q(shost)); in fcoe_vport_remove()