Searched refs:fc_rescan_work (Results 1 – 2 of 2) sorted by relevance
1071 container_of(work, MPT_ADAPTER, fc_rescan_work); in mptfc_link_status_change()1117 container_of(work, MPT_ADAPTER, fc_rescan_work); in mptfc_rescan_devices()1234 INIT_WORK(&ioc->fc_rescan_work, mptfc_rescan_devices); in mptfc_probe()1340 queue_work(ioc->fc_rescan_work_q, &ioc->fc_rescan_work); in mptfc_probe()1389 &ioc->fc_rescan_work); in mptfc_event_process()1441 &ioc->fc_rescan_work); in mptfc_ioc_reset()
767 struct work_struct fc_rescan_work; member