Home
last modified time | relevance | path

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

/openbmc/linux/drivers/message/fusion/lsi/
H A Dmpi.h322 #define MPI_FUNCTION_IOC_MESSAGE_UNIT_RESET (0x40) macro
/openbmc/qemu/hw/scsi/
H A Dmpi.h90 MPI_FUNCTION_IOC_MESSAGE_UNIT_RESET = 0x40, enumerator
H A Dmptsas.c880 case MPI_FUNCTION_IOC_MESSAGE_UNIT_RESET: in mptsas_doorbell_write()
/openbmc/linux/drivers/message/fusion/
H A Dmptbase.c2152 if (SendIocReset(ioc, MPI_FUNCTION_IOC_MESSAGE_UNIT_RESET, CAN_SLEEP)) { in mpt_suspend()
2710 if (!SendIocReset(ioc, MPI_FUNCTION_IOC_MESSAGE_UNIT_RESET, in mpt_adapter_disable()
2975 if ((r = SendIocReset(ioc, MPI_FUNCTION_IOC_MESSAGE_UNIT_RESET, sleepFlag)) == 0) in MakeIocReady()
2998 if ((r = SendIocReset(ioc, MPI_FUNCTION_IOC_MESSAGE_UNIT_RESET, sleepFlag)) != 0) { in MakeIocReady()
3903 SendIocReset(ioc, MPI_FUNCTION_IOC_MESSAGE_UNIT_RESET, sleepFlag); in KickStart()
7027 rc = SendIocReset(ioc, MPI_FUNCTION_IOC_MESSAGE_UNIT_RESET, sleepFlag); in mpt_SoftResetHandler()