Searched refs:rport_event_queue (Results 1 – 1 of 1) sorted by relevance
65 static struct workqueue_struct *rport_event_queue; variable 253 * fc_rport_work() - Handler for remote port events in the rport_event_queue488 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() 2180 * fc_rport_flush_queue() - Flush the rport_event_queue2184 flush_workqueue(rport_event_queue); in fc_rport_flush_queue() 2262 * fc_setup_rport() - Initialize the rport_event_queue2266 rport_event_queue = in fc_setup_rport() 2268 if (!rport_event_queue) in fc_setup_rport() 2274 * fc_destroy_rport() - Destroy the rport_event_queue[all...]