Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/message/fusion/lsi/
Dmpi.h321 #define MPI_FUNCTION_IOC_MESSAGE_UNIT_RESET (0x40) macro
/linux-4.4.14/drivers/message/fusion/
Dmptbase.c2128 if(SendIocReset(ioc, MPI_FUNCTION_IOC_MESSAGE_UNIT_RESET, CAN_SLEEP)) { in mpt_suspend()
2689 if (!SendIocReset(ioc, MPI_FUNCTION_IOC_MESSAGE_UNIT_RESET, in mpt_adapter_disable()
2954 if ((r = SendIocReset(ioc, MPI_FUNCTION_IOC_MESSAGE_UNIT_RESET, sleepFlag)) == 0) in MakeIocReady()
2977 if ((r = SendIocReset(ioc, MPI_FUNCTION_IOC_MESSAGE_UNIT_RESET, sleepFlag)) != 0) { in MakeIocReady()
3881 SendIocReset(ioc, MPI_FUNCTION_IOC_MESSAGE_UNIT_RESET, sleepFlag); in KickStart()
7035 rc = SendIocReset(ioc, MPI_FUNCTION_IOC_MESSAGE_UNIT_RESET, sleepFlag); in mpt_SoftResetHandler()