Searched refs:fc_rescan_work_q (Results 1 – 2 of 2) sorted by relevance
1326 ioc->fc_rescan_work_q = in mptfc_probe()1328 if (!ioc->fc_rescan_work_q) in mptfc_probe()1345 queue_work(ioc->fc_rescan_work_q, &ioc->fc_rescan_work); in mptfc_probe()1346 flush_workqueue(ioc->fc_rescan_work_q); in mptfc_probe()1389 if (ioc->fc_rescan_work_q) { in mptfc_event_process()1390 queue_work(ioc->fc_rescan_work_q, in mptfc_event_process()1397 if (ioc->fc_rescan_work_q) { in mptfc_event_process()1398 queue_work(ioc->fc_rescan_work_q, in mptfc_event_process()1428 if (ioc->fc_rescan_work_q) { in mptfc_ioc_reset()1429 queue_work(ioc->fc_rescan_work_q, in mptfc_ioc_reset()[all …]
769 struct workqueue_struct *fc_rescan_work_q; member