Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/ic/
H A Dsunscpal.c512 sc->sc_state = SUNSCPAL_IDLE; in sunscpal_init()
564 if (sc->sc_state == SUNSCPAL_IDLE) { in sunscpal_intr()
598 if (sc->sc_state == SUNSCPAL_IDLE) { in sunscpal_intr()
698 if (sc->sc_state == SUNSCPAL_IDLE) { in sunscpal_cmd_timeout()
753 if (sc->sc_state != SUNSCPAL_IDLE) { in sunscpal_scsipi_request()
794 if (sc->sc_state == SUNSCPAL_IDLE) { in sunscpal_scsipi_request()
845 if (sc->sc_state == SUNSCPAL_IDLE) in sunscpal_done()
931 sc->sc_state = SUNSCPAL_IDLE; in sunscpal_done()
961 if (sc->sc_state != SUNSCPAL_IDLE) in sunscpal_sched()
1160 if (sc->sc_state == SUNSCPAL_IDLE) in sunscpal_sched()
[all …]
H A Dsunscpalvar.h216 #define SUNSCPAL_IDLE 0 /* Ready for new work. */ macro