Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/scsi/fnic/
H A Dfnic_main.c387 queue_work(fnic_event_queue, &fnic->link_work); in fnic_handle_link_event()
966 flush_workqueue(fnic_event_queue); in fnic_remove()
1094 fnic_event_queue = create_singlethread_workqueue("fnic_event_wq"); in fnic_init_module()
1095 if (!fnic_event_queue) { in fnic_init_module()
1131 destroy_workqueue(fnic_event_queue); in fnic_init_module()
1148 destroy_workqueue(fnic_event_queue); in fnic_cleanup_module()
H A Dfnic.h322 extern struct workqueue_struct *fnic_event_queue;
H A Dfnic_fcs.c40 struct workqueue_struct *fnic_event_queue; variable
920 queue_work(fnic_event_queue, &fnic->frame_work); in fnic_rq_cmpl_frame_recv()
H A Dfnic_scsi.c755 queue_work(fnic_event_queue, &fnic->frame_work); in fnic_fcpio_flogi_reg_cmpl_handler()