Searched refs:fc_rescan_work (Results 1 – 2 of 2) sorted by relevance
1072 container_of(work, MPT_ADAPTER, fc_rescan_work); in mptfc_link_status_change()1118 container_of(work, MPT_ADAPTER, fc_rescan_work); in mptfc_rescan_devices()1235 INIT_WORK(&ioc->fc_rescan_work, mptfc_rescan_devices); in mptfc_probe()1341 queue_work(ioc->fc_rescan_work_q, &ioc->fc_rescan_work); in mptfc_probe()1390 &ioc->fc_rescan_work); in mptfc_event_process()1442 &ioc->fc_rescan_work); in mptfc_ioc_reset()
767 struct work_struct fc_rescan_work; member