Home
last modified time | relevance | path

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

/openbmc/linux/include/scsi/
H A Dscsi_transport_fc.h659 #define fc_host_work_q(x) \ macro
/openbmc/linux/drivers/scsi/
H A Dscsi_transport_fc.c2789 if (unlikely(!fc_host_work_q(shost))) { in fc_queue_work()
2798 return queue_work(fc_host_work_q(shost), work); in fc_queue_work()
2808 if (!fc_host_work_q(shost)) { in fc_flush_work()
2816 flush_workqueue(fc_host_work_q(shost)); in fc_flush_work()
/openbmc/linux/drivers/scsi/fcoe/
H A 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()