Home
last modified time | relevance | path

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

/linux/include/scsi/
A Dscsi_transport_fc.h658 #define fc_host_work_q(x) \ macro
/linux/drivers/scsi/
A Dscsi_transport_fc.c2792 if (unlikely(!fc_host_work_q(shost))) { in fc_queue_work()
2801 return queue_work(fc_host_work_q(shost), work); in fc_queue_work()
2811 if (!fc_host_work_q(shost)) { in fc_flush_work()
2819 flush_workqueue(fc_host_work_q(shost)); in fc_flush_work()
/linux/drivers/scsi/fcoe/
A Dfcoe.c2741 queue_work(fc_host_work_q(shost), in fcoe_vport_remove()
2747 flush_workqueue(fc_host_work_q(shost)); in fcoe_vport_remove()

Completed in 23 milliseconds