Home | History | Annotate | Download | only in ic

Lines Matching refs:wd33c93_acb

120 int	wd33c93_go (struct wd33c93_softc *, struct wd33c93_acb *);
123 u_char wd33c93_selectbus (struct wd33c93_softc *, struct wd33c93_acb *);
126 int wd33c93_poll (struct wd33c93_softc *, struct wd33c93_acb *);
127 int wd33c93_nextstate (struct wd33c93_softc *, struct wd33c93_acb *,
129 int wd33c93_abort (struct wd33c93_softc *, struct wd33c93_acb *,
132 void wd33c93_error (struct wd33c93_softc *, struct wd33c93_acb *);
133 void wd33c93_scsidone (struct wd33c93_softc *, struct wd33c93_acb *, int);
135 void wd33c93_dequeue (struct wd33c93_softc *, struct wd33c93_acb *);
250 pool_init(&wd33c93_pool, sizeof(struct wd33c93_acb), 0, 0, 0,
251 "wd33c93_acb", NULL, IPL_BIO);
397 wd33c93_error(struct wd33c93_softc *sc, struct wd33c93_acb *acb)
476 struct wd33c93_acb *acb = sc->sc_nexus;
555 struct wd33c93_acb *acb;
666 struct wd33c93_acb *acb;
772 wd33c93_scsidone(struct wd33c93_softc *sc, struct wd33c93_acb *acb, int status)
842 wd33c93_dequeue(struct wd33c93_softc *sc, struct wd33c93_acb *acb)
899 wd33c93_abort(struct wd33c93_softc *sc, struct wd33c93_acb *acb,
981 wd33c93_selectbus(struct wd33c93_softc *sc, struct wd33c93_acb *acb)
1309 wd33c93_go(struct wd33c93_softc *sc, struct wd33c93_acb *acb)
1421 wd33c93_poll(struct wd33c93_softc *sc, struct wd33c93_acb *acb)
1534 struct wd33c93_acb *acb = sc->sc_nexus;
1800 struct wd33c93_acb *acb = sc->sc_nexus;
1892 wd33c93_nextstate(struct wd33c93_softc *sc, struct wd33c93_acb *acb, u_char csr, u_char asr)
2171 struct wd33c93_acb *acb;
2279 struct wd33c93_acb *acb = arg;