Searched refs:MakeIocReady (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/message/fusion/ |
H A D | mptbase.c | 171 static int MakeIocReady(MPT_ADAPTER *ioc, int force, int sleepFlag); 2335 if ((hard_reset_done = MakeIocReady(ioc, hard, sleepFlag)) < 0) { in mpt_do_ioc_recovery() 2360 if ((rc = MakeIocReady(ioc->alt_ioc, 0, sleepFlag)) == 0) in mpt_do_ioc_recovery() 2907 * MakeIocReady - Get IOC to a READY state, using KickStart if needed. 2921 MakeIocReady(MPT_ADAPTER *ioc, int force, int sleepFlag) in MakeIocReady() function 2933 dhsprintk(ioc, printk(MYIOC_s_INFO_FMT "MakeIocReady [raw] state=%08x\n", ioc->name, ioc_state)); in MakeIocReady()
|
/kernel/linux/linux-6.6/drivers/message/fusion/ |
H A D | mptbase.c | 171 static int MakeIocReady(MPT_ADAPTER *ioc, int force, int sleepFlag); 2326 if ((hard_reset_done = MakeIocReady(ioc, hard, sleepFlag)) < 0) { in mpt_do_ioc_recovery() 2351 if ((rc = MakeIocReady(ioc->alt_ioc, 0, sleepFlag)) == 0) in mpt_do_ioc_recovery() 2898 * MakeIocReady - Get IOC to a READY state, using KickStart if needed. 2912 MakeIocReady(MPT_ADAPTER *ioc, int force, int sleepFlag) in MakeIocReady() function 2924 dhsprintk(ioc, printk(MYIOC_s_INFO_FMT "MakeIocReady [raw] state=%08x\n", ioc->name, ioc_state)); in MakeIocReady()
|
Completed in 18 milliseconds