Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/message/fusion/lsi/
Dmpi.h321 #define MPI_FUNCTION_IOC_MESSAGE_UNIT_RESET (0x40) macro
/linux-4.1.27/drivers/message/fusion/
Dmptbase.c2132 if(SendIocReset(ioc, MPI_FUNCTION_IOC_MESSAGE_UNIT_RESET, CAN_SLEEP)) { in mpt_suspend()
2693 if (!SendIocReset(ioc, MPI_FUNCTION_IOC_MESSAGE_UNIT_RESET, in mpt_adapter_disable()
2965 if ((r = SendIocReset(ioc, MPI_FUNCTION_IOC_MESSAGE_UNIT_RESET, sleepFlag)) == 0) in MakeIocReady()
2988 if ((r = SendIocReset(ioc, MPI_FUNCTION_IOC_MESSAGE_UNIT_RESET, sleepFlag)) != 0) { in MakeIocReady()
3892 SendIocReset(ioc, MPI_FUNCTION_IOC_MESSAGE_UNIT_RESET, sleepFlag); in KickStart()
7059 rc = SendIocReset(ioc, MPI_FUNCTION_IOC_MESSAGE_UNIT_RESET, sleepFlag); in mpt_SoftResetHandler()