Lines Matching refs:fc_rescan_work_q
1352 ioc->fc_rescan_work_q = alloc_ordered_workqueue( in mptfc_probe()
1354 if (!ioc->fc_rescan_work_q) { in mptfc_probe()
1373 queue_work(ioc->fc_rescan_work_q, &ioc->fc_rescan_work); in mptfc_probe()
1374 flush_workqueue(ioc->fc_rescan_work_q); in mptfc_probe()
1418 if (ioc->fc_rescan_work_q) { in mptfc_event_process()
1419 queue_work(ioc->fc_rescan_work_q, in mptfc_event_process()
1426 if (ioc->fc_rescan_work_q) { in mptfc_event_process()
1427 queue_work(ioc->fc_rescan_work_q, in mptfc_event_process()
1457 if (ioc->fc_rescan_work_q) { in mptfc_ioc_reset()
1458 queue_work(ioc->fc_rescan_work_q, in mptfc_ioc_reset()
1470 if (ioc->fc_rescan_work_q) { in mptfc_ioc_reset()
1471 queue_work(ioc->fc_rescan_work_q, in mptfc_ioc_reset()
1534 if ((work_q=ioc->fc_rescan_work_q)) { in mptfc_remove()
1536 ioc->fc_rescan_work_q = NULL; in mptfc_remove()