Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/scsi/fnic/
Dfnic_main.c380 queue_work(fnic_event_queue, &fnic->link_work); in fnic_handle_link_event()
1033 flush_workqueue(fnic_event_queue); in fnic_remove()
1164 fnic_event_queue = in fnic_init_module()
1166 if (!fnic_event_queue) { in fnic_init_module()
1200 destroy_workqueue(fnic_event_queue); in fnic_init_module()
1217 destroy_workqueue(fnic_event_queue); in fnic_cleanup_module()
Dfnic.h349 extern struct workqueue_struct *fnic_event_queue;
Dfnic_fcs.c28 struct workqueue_struct *fnic_event_queue; variable
918 queue_work(fnic_event_queue, &fnic->frame_work); in fnic_rq_cmpl_frame_recv()
Dfnic_scsi.c683 queue_work(fnic_event_queue, &fnic->flush_work); in fnic_fcpio_fw_reset_cmpl_handler()
739 queue_work(fnic_event_queue, &fnic->flush_work); in fnic_fcpio_flogi_reg_cmpl_handler()
740 queue_work(fnic_event_queue, &fnic->frame_work); in fnic_fcpio_flogi_reg_cmpl_handler()