Searched refs:sc_rxmap (Results 1 – 2 of 2) sorted by relevance
318 bus_dmamap_t sc_rxmap; /* map for rx dma buffers */ member
2133 &sc->sc_rxmap); in mwl_rxdma_setup()2140 error = bus_dmamap_load(sc->sc_rxdmat, sc->sc_rxmap, in mwl_rxdma_setup()2189 bus_dmamap_unload(sc->sc_rxdmat, sc->sc_rxmap); in mwl_rxdma_cleanup()2193 bus_dmamem_free(sc->sc_rxdmat, sc->sc_rxmem, sc->sc_rxmap); in mwl_rxdma_cleanup()2660 bus_dmamap_sync(sc->sc_rxdmat, sc->sc_rxmap, in mwl_rx_proc()2672 bus_dmamap_sync(sc->sc_rxdmat, sc->sc_rxmap, BUS_DMASYNC_POSTREAD); in mwl_rx_proc()