Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/message/fusion/
Dmptfc.c94 static u8 mptfcDoneCtx = MPT_MAX_PROTOCOL_DRIVERS; variable
1194 ioc->DoneCtx = mptfcDoneCtx; in mptfc_probe()
1473 mptfcDoneCtx = mpt_register(mptscsih_io_done, MPTFC_DRIVER, in mptfc_init()
1480 mpt_event_register(mptfcDoneCtx, mptfc_event_process); in mptfc_init()
1481 mpt_reset_register(mptfcDoneCtx, mptfc_ioc_reset); in mptfc_init()
1544 mpt_reset_deregister(mptfcDoneCtx); in mptfc_exit()
1545 mpt_event_deregister(mptfcDoneCtx); in mptfc_exit()
1549 mpt_deregister(mptfcDoneCtx); in mptfc_exit()