Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/ips/
H A Dips.c204 if(!command || (sc->state & IPS_TIMEOUT)){ in ips_get_free_cmd()
319 if(!(sc->state & IPS_TIMEOUT)){ in ips_timeout()
320 sc->state |= IPS_TIMEOUT; in ips_timeout()
329 if(!state && (sc->state & IPS_TIMEOUT)){ in ips_timeout()
333 sc->state &= ~IPS_TIMEOUT; in ips_timeout()
338 sc->state &= ~IPS_TIMEOUT; in ips_timeout()
H A Dipsreg.h55 #define IPS_TIMEOUT 0x02 /* command time out, need reset */ macro