Home
last modified time | relevance | path

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

/linux/drivers/message/fusion/
H A Dmptbase.c171 static int MakeIocReady(MPT_ADAPTER *ioc, int force, int sleepFlag);
2322 if ((hard_reset_done = MakeIocReady(ioc, hard, sleepFlag)) < 0) { in mpt_do_ioc_recovery()
2347 if ((rc = MakeIocReady(ioc->alt_ioc, 0, sleepFlag)) == 0) in mpt_do_ioc_recovery()
2894 * MakeIocReady - Get IOC to a READY state, using KickStart if needed.
2908 MakeIocReady(MPT_ADAPTER *ioc, int force, int sleepFlag) in MakeIocReady() function
2920 dhsprintk(ioc, printk(MYIOC_s_INFO_FMT "MakeIocReady [raw] state=%08x\n", ioc->name, ioc_state)); in MakeIocReady()