Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/message/fusion/
Dmptbase.c2905 int statefault = 0; in MakeIocReady() local
2921 statefault = 1; in MakeIocReady()
2927 if (!statefault && in MakeIocReady()
2938 statefault = 2; in MakeIocReady()
2960 ioc->name, whoinit, statefault, force)); in MakeIocReady()
2964 if ((statefault == 0 ) && (force == 0)) { in MakeIocReady()
2968 statefault = 3; in MakeIocReady()
2972 hard_reset_done = KickStart(ioc, statefault||force, sleepFlag); in MakeIocReady()
3019 if (statefault < 3) { in MakeIocReady()
3021 statefault == 1 ? "stuck handshake" : "IOC FAULT"); in MakeIocReady()