Home
last modified time | relevance | path

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

/dragonfly/sys/dev/raid/ips/
H A Dips.c220 if (!command || (sc->state & IPS_TIMEOUT)) { in ips_get_free_cmd()
344 if (!(sc->state & IPS_TIMEOUT)) { in ips_timeout()
345 sc->state |= IPS_TIMEOUT; in ips_timeout()
354 if (!state && (sc->state & IPS_TIMEOUT)) { in ips_timeout()
359 sc->state &= ~IPS_TIMEOUT; in ips_timeout()
366 sc->state &= ~IPS_TIMEOUT; in ips_timeout()
H A Dips.h76 #define IPS_TIMEOUT 0x02 /* command time out, need reset */ macro