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()2666 bus_dmamap_unload(sc->dc_rx_mtag, sc->dc_cdata.dc_rx_map[i]); in dc_newbuf()2668 map = sc->dc_cdata.dc_rx_map[i]; in dc_newbuf()2669 sc->dc_cdata.dc_rx_map[i] = sc->dc_sparemap; in dc_newbuf()2672 bus_dmamap_sync(sc->dc_rx_mtag, sc->dc_cdata.dc_rx_map[i], in dc_newbuf()2878 bus_dmamap_sync(sc->dc_rx_mtag, sc->dc_cdata.dc_rx_map[i], in dc_rxeof()3987 cd->dc_rx_map[i], BUS_DMASYNC_POSTREAD); in dc_stop()3989 cd->dc_rx_map[i]); in dc_stop()
509 bus_dmamap_t dc_rx_map[DC_RX_LIST_CNT]; member