Home
last modified time | relevance | path

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

/linux/drivers/scsi/esas2r/
H A Desas2r_init.c314 a->fw_event_q = 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.c1859 smp_processor_id(), a->fw_event_q, &fw_event->work, in esas2r_queue_fw_event()
/linux/drivers/message/fusion/
H A Dmptbase.h728 struct workqueue_struct *fw_event_q; member
H A Dmptbase.c1988 ioc->fw_event_q = alloc_workqueue("mpt/%d", in mpt_attach()
1991 if (!ioc->fw_event_q) { in mpt_attach()
2003 destroy_workqueue(ioc->fw_event_q); in mpt_attach()
2004 ioc->fw_event_q = NULL; in mpt_attach()
2094 wq = ioc->fw_event_q; in mpt_detach()
2095 ioc->fw_event_q = NULL; in mpt_detach()