Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/message/fusion/
H A Dmptfc.c94 static u8 mptfcDoneCtx = MPT_MAX_PROTOCOL_DRIVERS; variable
1184 ioc->DoneCtx = mptfcDoneCtx; in mptfc_probe()
1469 mptfcDoneCtx = mpt_register(mptscsih_io_done, MPTFC_DRIVER, in mptfc_init()
1476 mpt_event_register(mptfcDoneCtx, mptfc_event_process); in mptfc_init()
1477 mpt_reset_register(mptfcDoneCtx, mptfc_ioc_reset); in mptfc_init()
1542 mpt_reset_deregister(mptfcDoneCtx); in mptfc_exit()
1543 mpt_event_deregister(mptfcDoneCtx); in mptfc_exit()
1547 mpt_deregister(mptfcDoneCtx); in mptfc_exit()
/kernel/linux/linux-6.6/drivers/message/fusion/
H A Dmptfc.c94 static u8 mptfcDoneCtx = MPT_MAX_PROTOCOL_DRIVERS; variable
1185 ioc->DoneCtx = mptfcDoneCtx; in mptfc_probe()
1470 mptfcDoneCtx = mpt_register(mptscsih_io_done, MPTFC_DRIVER, in mptfc_init()
1477 mpt_event_register(mptfcDoneCtx, mptfc_event_process); in mptfc_init()
1478 mpt_reset_register(mptfcDoneCtx, mptfc_ioc_reset); in mptfc_init()
1543 mpt_reset_deregister(mptfcDoneCtx); in mptfc_exit()
1544 mpt_event_deregister(mptfcDoneCtx); in mptfc_exit()
1548 mpt_deregister(mptfcDoneCtx); in mptfc_exit()

Completed in 4 milliseconds