Home
last modified time | relevance | path

Searched refs:sc_state_id (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ral/
H A Drt2560_var.h154 timeout_id_t sc_state_id; member
H A Drt2560.c856 sc->sc_state_id = 0; in rt2560_statedog()
889 if (sc->sc_state_id != 0) { in rt2560_newstate()
890 (void) untimeout(sc->sc_state_id); in rt2560_newstate()
891 sc->sc_state_id = 0; in rt2560_newstate()
918 sc->sc_state_id = timeout(rt2560_statedog, (void *)sc, in rt2560_newstate()
/illumos-gate/usr/src/uts/common/io/rwn/
H A Drt2860_var.h142 timeout_id_t sc_state_id; member