HomeSort by: relevance | last modified time | path
    Searched defs:wd33c93_xfout (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/sgimips/stand/common/
iris_scsi.c 64 size_t wd33c93_xfout(struct wd33c93_softc *, void *, size_t *);
329 wd33c93_xfout(sc, sc->sc_omsg, bar);
374 if (wd33c93_xfout(sc, cbuf, clenp))
412 resid = wd33c93_xfout(sc, buf, lenp);
483 wd33c93_xfout(struct wd33c93_softc *sc, void *bp, size_t *lenp) function in typeref:typename:size_t
  /src/sys/dev/ic/
wd33c93.c 124 int wd33c93_xfout (struct wd33c93_softc *, int, void *);
1113 wd33c93_xfout(sc, 6, sc->sc_omsg);
1125 wd33c93_xfout(sc, 3, sc->sc_omsg);
1162 wd33c93_xfout(struct wd33c93_softc *sc, int len, void *bp) function in typeref:typename:int
1167 QPRINTF(("wd33c93_xfout {%d} %02x %02x %02x %02x %02x "
1202 QPRINTF(("wd33c93_xfout done: %d bytes remaining (wait:%d)\n", len, wait));
1879 wd33c93_xfout(sc, sc->sc_omsglen, sc->sc_omsg);
1903 if (wd33c93_xfout(sc, acb->clen, &acb->cmd))
1968 resid = wd33c93_xfout(sc, sc->sc_dleft,

Completed in 13 milliseconds