Searched refs:IPS_TIMEOUT (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/sys/dev/ips/
H A Dips.c200 if(!command || (sc->state & IPS_TIMEOUT)){
314 if(!(sc->state & IPS_TIMEOUT)){
315 sc->state |= IPS_TIMEOUT;
324 if(!state && (sc->state & IPS_TIMEOUT)){
328 sc->state &= ~IPS_TIMEOUT;
333 sc->state &= ~IPS_TIMEOUT;
H A Dipsreg.h55 #define IPS_TIMEOUT 0x02 /* command time out, need reset */ macro

Completed in 29 milliseconds