Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/libfc/
H A Dfc_rport.c65 static struct workqueue_struct *rport_event_queue; variable
488 if (!queue_work(rport_event_queue, &rdata->event_work)) in fc_rport_enter_delete()
555 !queue_work(rport_event_queue, &rdata->event_work)) in fc_rport_enter_ready()
2184 flush_workqueue(rport_event_queue); in fc_rport_flush_queue()
2266 rport_event_queue = create_singlethread_workqueue("fc_rport_eq"); in fc_setup_rport()
2267 if (!rport_event_queue) in fc_setup_rport()
2277 destroy_workqueue(rport_event_queue); in fc_destroy_rport()