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

  /src/sys/dev/i2o/
iopvar.h 121 int sc_rep_size; /* Reply frames size */ member in struct:iop_softc
iop.c 1018 sc->sc_rep_size = sc->sc_maxob * sc->sc_framesize;
1020 rv = bus_dmamem_alloc(sc->sc_dmat, sc->sc_rep_size, PAGE_SIZE,
1028 rv = bus_dmamem_map(sc->sc_dmat, &seg, rseg, sc->sc_rep_size,
1035 rv = bus_dmamap_create(sc->sc_dmat, sc->sc_rep_size, 1,
1036 sc->sc_rep_size, 0, BUS_DMA_NOWAIT, &sc->sc_rep_dmamap);
1043 sc->sc_rep, sc->sc_rep_size, NULL, BUS_DMA_NOWAIT);
2100 if (sc->sc_rep_size != 0) {
2102 sc->sc_rep_size, BUS_DMASYNC_PREREAD);

Completed in 22 milliseconds