Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/ips/
HDips.c200 if(!command || (sc->state & IPS_TIMEOUT)){ in ips_get_free_cmd()
315 if(!(sc->state & IPS_TIMEOUT)){ in ips_timeout()
316 sc->state |= IPS_TIMEOUT; in ips_timeout()
325 if(!state && (sc->state & IPS_TIMEOUT)){ in ips_timeout()
329 sc->state &= ~IPS_TIMEOUT; in ips_timeout()
334 sc->state &= ~IPS_TIMEOUT; in ips_timeout()
HDipsreg.h55 #define IPS_TIMEOUT 0x02 /* command time out, need reset */ macro