Home
last modified time | relevance | path

Searched refs:dc_rx_map (Results 1 – 2 of 2) sorted by relevance

/freebsd-10-stable/sys/dev/dc/
Dif_dc.c1937 &sc->dc_cdata.dc_rx_map[i]); in dc_dma_alloc()
1963 if (sc->dc_cdata.dc_rx_map[i] != NULL) in dc_dma_free()
1965 sc->dc_cdata.dc_rx_map[i]); in dc_dma_free()
2676 bus_dmamap_unload(sc->dc_rx_mtag, sc->dc_cdata.dc_rx_map[i]); in dc_newbuf()
2678 map = sc->dc_cdata.dc_rx_map[i]; in dc_newbuf()
2679 sc->dc_cdata.dc_rx_map[i] = sc->dc_sparemap; in dc_newbuf()
2682 bus_dmamap_sync(sc->dc_rx_mtag, sc->dc_cdata.dc_rx_map[i], in dc_newbuf()
2888 bus_dmamap_sync(sc->dc_rx_mtag, sc->dc_cdata.dc_rx_map[i], in dc_rxeof()
3997 cd->dc_rx_map[i], BUS_DMASYNC_POSTREAD); in dc_stop()
3999 cd->dc_rx_map[i]); in dc_stop()
Dif_dcreg.h509 bus_dmamap_t dc_rx_map[DC_RX_LIST_CNT]; member