Searched refs:fc_rescan_work (Results 1 – 2 of 2) sorted by relevance
1107 container_of(work, MPT_ADAPTER, fc_rescan_work); in mptfc_link_status_change()1153 container_of(work, MPT_ADAPTER, fc_rescan_work); in mptfc_rescan_devices()1270 INIT_WORK(&ioc->fc_rescan_work, mptfc_rescan_devices); in mptfc_probe()1373 queue_work(ioc->fc_rescan_work_q, &ioc->fc_rescan_work); in mptfc_probe()1420 &ioc->fc_rescan_work); in mptfc_event_process()1472 &ioc->fc_rescan_work); in mptfc_ioc_reset()
765 struct work_struct fc_rescan_work; member