Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/message/fusion/lsi/
Dmpi.h322 #define MPI_FUNCTION_IOC_MESSAGE_UNIT_RESET (0x40) macro
/linux-6.12.1/drivers/message/fusion/
Dmptbase.c2148 if (SendIocReset(ioc, MPI_FUNCTION_IOC_MESSAGE_UNIT_RESET, CAN_SLEEP)) { in mpt_suspend()
2706 if (!SendIocReset(ioc, MPI_FUNCTION_IOC_MESSAGE_UNIT_RESET, in mpt_adapter_disable()
2971 if ((r = SendIocReset(ioc, MPI_FUNCTION_IOC_MESSAGE_UNIT_RESET, sleepFlag)) == 0) in MakeIocReady()
2994 if ((r = SendIocReset(ioc, MPI_FUNCTION_IOC_MESSAGE_UNIT_RESET, sleepFlag)) != 0) { in MakeIocReady()
3899 SendIocReset(ioc, MPI_FUNCTION_IOC_MESSAGE_UNIT_RESET, sleepFlag); in KickStart()
7023 rc = SendIocReset(ioc, MPI_FUNCTION_IOC_MESSAGE_UNIT_RESET, sleepFlag); in mpt_SoftResetHandler()