Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/scsi/esas2r/
H A Desas2r_init.c316 a->fw_event_q = create_singlethread_workqueue(a->fw_event_q_name); in esas2r_init_adapter()
580 wq = a->fw_event_q; in esas2r_kill_adapter()
581 a->fw_event_q = NULL; in esas2r_kill_adapter()
H A Desas2r.h928 struct workqueue_struct *fw_event_q; member
H A Desas2r_main.c1861 smp_processor_id(), a->fw_event_q, &fw_event->work, in esas2r_queue_fw_event()
/OK3568_Linux_fs/kernel/drivers/message/fusion/
H A Dmptbase.h728 struct workqueue_struct *fw_event_q; member
H A Dmptbase.c1999 ioc->fw_event_q = alloc_workqueue(ioc->fw_event_q_name, in mpt_attach()
2001 if (!ioc->fw_event_q) { in mpt_attach()
2013 destroy_workqueue(ioc->fw_event_q); in mpt_attach()
2014 ioc->fw_event_q = NULL; in mpt_attach()
2104 wq = ioc->fw_event_q; in mpt_detach()
2105 ioc->fw_event_q = NULL; in mpt_detach()
H A Dmptsas.c296 queue_delayed_work_on(smp_processor_id(), ioc->fw_event_q, in mptsas_add_fw_event()
312 queue_delayed_work_on(smp_processor_id(), ioc->fw_event_q, in mptsas_requeue_fw_event()
354 !ioc->fw_event_q || in_interrupt()) in mptsas_cleanup_fw_event_q()