Searched refs:sc_lastcb (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/dev/ic/
H A Doosiopvar.h137 struct oosiop_cb *sc_lastcb; /* last activated command */ member in struct:oosiop_softc
H A Doosiop.c862 if (cb == sc->sc_lastcb)
863 sc->sc_lastcb = NULL;
1136 sc->sc_lastcb = cb;
1218 if (cb != sc->sc_lastcb) {
1221 sc->sc_lastcb = cb;

Completed in 196 milliseconds