Home
last modified time | relevance | path

Searched refs:fc_rescan_work (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/message/fusion/
H A Dmptfc.c1070 container_of(work, MPT_ADAPTER, fc_rescan_work); in mptfc_link_status_change()
1116 container_of(work, MPT_ADAPTER, fc_rescan_work); in mptfc_rescan_devices()
1233 INIT_WORK(&ioc->fc_rescan_work, mptfc_rescan_devices); in mptfc_probe()
1339 queue_work(ioc->fc_rescan_work_q, &ioc->fc_rescan_work); in mptfc_probe()
1388 &ioc->fc_rescan_work); in mptfc_event_process()
1440 &ioc->fc_rescan_work); in mptfc_ioc_reset()
H A Dmptbase.h766 struct work_struct fc_rescan_work; member