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

/freebsd-11.0-release/sys/dev/mwl/
H A Dif_mwlvar.h318 bus_dmamap_t sc_rxmap; /* map for rx dma buffers */ member in struct:mwl_softc
H A Dif_mwl.c2139 &sc->sc_rxmap);
2146 error = bus_dmamap_load(sc->sc_rxdmat, sc->sc_rxmap,
2195 bus_dmamap_unload(sc->sc_rxdmat, sc->sc_rxmap);
2199 bus_dmamem_free(sc->sc_rxdmat, sc->sc_rxmem, sc->sc_rxmap);
2668 bus_dmamap_sync(sc->sc_rxdmat, sc->sc_rxmap,
2680 bus_dmamap_sync(sc->sc_rxdmat, sc->sc_rxmap, BUS_DMASYNC_POSTREAD);

Completed in 53 milliseconds