Searched refs:statefault (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/message/fusion/ |
H A D | mptbase.c | 2924 int statefault = 0; in MakeIocReady() local 2940 statefault = 1; in MakeIocReady() 2946 if (!statefault && in MakeIocReady() 2957 statefault = 2; in MakeIocReady() 2978 "whoinit 0x%x statefault %d force %d\n", in MakeIocReady() 2979 ioc->name, whoinit, statefault, force)); in MakeIocReady() 2983 if ((statefault == 0 ) && (force == 0)) { in MakeIocReady() 2987 statefault = 3; in MakeIocReady() 2991 hard_reset_done = KickStart(ioc, statefault||force, sleepFlag); in MakeIocReady() 3038 if (statefault < in MakeIocReady() [all...] |
/kernel/linux/linux-6.6/drivers/message/fusion/ |
H A D | mptbase.c | 2915 int statefault = 0; in MakeIocReady() local 2931 statefault = 1; in MakeIocReady() 2937 if (!statefault && in MakeIocReady() 2948 statefault = 2; in MakeIocReady() 2969 "whoinit 0x%x statefault %d force %d\n", in MakeIocReady() 2970 ioc->name, whoinit, statefault, force)); in MakeIocReady() 2974 if ((statefault == 0 ) && (force == 0)) { in MakeIocReady() 2978 statefault = 3; in MakeIocReady() 2982 hard_reset_done = KickStart(ioc, statefault||force, sleepFlag); in MakeIocReady() 3029 if (statefault < in MakeIocReady() [all...] |
Completed in 9 milliseconds