Searched refs:IPS_TIMEOUT (Results 1 – 2 of 2) sorted by relevance
203 if(!command || (sc->state & IPS_TIMEOUT)){ in ips_get_free_cmd()306 if(!(sc->state & IPS_TIMEOUT)){ in ips_timeout()307 sc->state |= IPS_TIMEOUT; in ips_timeout()316 if(!state && (sc->state & IPS_TIMEOUT)){ in ips_timeout()320 sc->state &= ~IPS_TIMEOUT; in ips_timeout()325 sc->state &= ~IPS_TIMEOUT; in ips_timeout()
55 #define IPS_TIMEOUT 0x02 /* command time out, need reset */ macro