Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/ic/
Daic6360.c418 sc->sc_state = AIC_IDLE; in aic_init()
512 if (sc->sc_state == AIC_IDLE) in aic_scsi_cmd()
756 if (sc->sc_state == AIC_IDLE) in aic_sense()
815 sc->sc_state = AIC_IDLE; in aic_done()
1634 case AIC_IDLE: in aicintr()
1738 if (sc->sc_state != AIC_IDLE) { in aicintr()
1936 sc->sc_state = AIC_IDLE; in aicintr()
1963 if (sc->sc_state == AIC_IDLE) in aic_abort()
Daic6360var.h146 #define AIC_IDLE 1 macro