Searched refs:MakeIocReady (Results 1 – 1 of 1) sorted by relevance
175 static int MakeIocReady(MPT_ADAPTER *ioc, int force, int sleepFlag);2310 if ((hard_reset_done = MakeIocReady(ioc, hard, sleepFlag)) < 0) { in mpt_do_ioc_recovery()2335 if ((rc = MakeIocReady(ioc->alt_ioc, 0, sleepFlag)) == 0) in mpt_do_ioc_recovery()2906 MakeIocReady(MPT_ADAPTER *ioc, int force, int sleepFlag) in MakeIocReady() function