Send iocinit request to mpt adapter.
int SendIocInit(MPT_ADAPTER * ioc, int sleepFlag);
ioc
Pointer to MPT_ADAPTER structure
sleepFlag
Specifies whether the process can sleep
Send IOCInit followed by PortEnable to bring IOC to OPERATIONAL state.
Returns 0 for success, non-zero for failure.