SendIocReset - Send IOCReset request to MPT adapter.
"int SendIocReset(MPT_ADAPTER * " "ioc" ", u8 " "reset_type" ", int " "sleepFlag" ");"
ioc
Pointer to MPT_ADAPTER structurereset_typereset type, expected values are MPI_FUNCTION_IOC_MESSAGE_UNIT_RESETfR
or MPI_FUNCTION_IO_UNIT_RESETfR
sleepFlag Specifies whether the process can sleep
Send IOCReset request to the MPT adapter.
Returns 0 for success, non-zero for failure.