Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/dc/
H A Dif_dc.c1948 &sc->dc_cdata.dc_rx_map[i]); in dc_dma_alloc()
1974 if (sc->dc_cdata.dc_rx_map[i] != NULL) in dc_dma_free()
1976 sc->dc_cdata.dc_rx_map[i]); in dc_dma_free()
2679 bus_dmamap_unload(sc->dc_rx_mtag, sc->dc_cdata.dc_rx_map[i]); in dc_newbuf()
2681 map = sc->dc_cdata.dc_rx_map[i]; in dc_newbuf()
2682 sc->dc_cdata.dc_rx_map[i] = sc->dc_sparemap; in dc_newbuf()
2685 bus_dmamap_sync(sc->dc_rx_mtag, sc->dc_cdata.dc_rx_map[i], in dc_newbuf()
2891 bus_dmamap_sync(sc->dc_rx_mtag, sc->dc_cdata.dc_rx_map[i], in dc_rxeof()
4000 cd->dc_rx_map[i], BUS_DMASYNC_POSTREAD); in dc_stop()
4002 cd->dc_rx_map[i]); in dc_stop()
H A Dif_dcreg.h511 bus_dmamap_t dc_rx_map[DC_RX_LIST_CNT]; member