Searched refs:dc_rx_map (Results 1 – 2 of 2) sorted by relevance
1943 &sc->dc_cdata.dc_rx_map[i]); in dc_dma_alloc()1969 if (sc->dc_cdata.dc_rx_map[i] != NULL) in dc_dma_free()1971 sc->dc_cdata.dc_rx_map[i]); in dc_dma_free()2668 bus_dmamap_unload(sc->dc_rx_mtag, sc->dc_cdata.dc_rx_map[i]); in dc_newbuf()2670 map = sc->dc_cdata.dc_rx_map[i]; in dc_newbuf()2671 sc->dc_cdata.dc_rx_map[i] = sc->dc_sparemap; in dc_newbuf()2674 bus_dmamap_sync(sc->dc_rx_mtag, sc->dc_cdata.dc_rx_map[i], in dc_newbuf()2880 bus_dmamap_sync(sc->dc_rx_mtag, sc->dc_cdata.dc_rx_map[i], in dc_rxeof()3989 cd->dc_rx_map[i], BUS_DMASYNC_POSTREAD); in dc_stop()3991 cd->dc_rx_map[i]); in dc_stop()
509 bus_dmamap_t dc_rx_map[DC_RX_LIST_CNT]; member