Searched refs:SendIocInit (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/message/fusion/
H A Dmptbase.c174 static int SendIocInit(MPT_ADAPTER *ioc, int sleepFlag);
2452 dinitprintk(ioc, printk(MYIOC_s_INFO_FMT "SendIocInit\n",
2454 if ((ret == 0) && ((rc = SendIocInit(ioc, sleepFlag)) != 0))
2466 if ((rc = SendIocInit(ioc->alt_ioc, sleepFlag)) != 0) {
3319 * SendIocInit - Send IOCInit request to MPT adapter.
3328 SendIocInit(MPT_ADAPTER *ioc, int sleepFlag) function
3843 if ((SendIocInit(ioc, sleepFlag)) != 0) {
3845 "downloadboot: SendIocInit failed\n",
3850 "downloadboot: SendIocInit successful\n",
7059 rc = SendIocInit(io
[all...]

Completed in 124 milliseconds