Home | History | Annotate | Download | only in ic

Lines Matching refs:sc_nexus

258 		sc->sc_nexus = NULL;
476 struct wd33c93_acb *acb = sc->sc_nexus;
569 if (sc->sc_nexus && (flags & XS_CTL_POLL))
597 while (sc->sc_nexus)
598 wd33c93_poll(sc, sc->sc_nexus);
674 KASSERT(sc->sc_nexus == NULL);
823 if (sc->sc_nexus == acb) {
825 sc->sc_nexus = NULL;
916 if (sc->sc_nexus == acb) {
1117 if (sc->sc_nexus->tag_type != 0) {
1121 sc->sc_nexus->tag_id));
1123 sc->sc_omsg[1] = sc->sc_nexus->tag_type;
1124 sc->sc_omsg[2] = sc->sc_nexus->tag_id;
1301 wd33c93_error(sc, sc->sc_nexus);
1317 sc->sc_nexus = acb;
1394 (void)wd33c93_nextstate(sc, sc->sc_nexus, csr, asr);
1436 (void)wd33c93_nextstate(sc, sc->sc_nexus, csr, asr);
1534 struct wd33c93_acb *acb = sc->sc_nexus;
1738 if (sc->sc_nexus)
1800 struct wd33c93_acb *acb = sc->sc_nexus;
2039 sc->sc_nexus = NULL;
2173 if (sc->sc_nexus) {
2187 wd33c93_dequeue(sc, sc->sc_nexus);
2188 TAILQ_INSERT_HEAD(&sc->ready_list, sc->sc_nexus, chain);
2189 sc->sc_nexus->flags |= ACB_READY;
2191 sc->sc_nexus = NULL;
2224 sc->sc_nexus = acb;
2294 sc->sc_state, sc->sc_nexus, (long)sc->sc_dleft,
2301 (void) wd33c93_abort(sc, sc->sc_nexus, "timeout");