Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/bfe/
H A Dif_bfe.c307 BUS_DMA_WAITOK | BUS_DMA_ZERO | BUS_DMA_COHERENT, &sc->bfe_rx_map); in bfe_dma_alloc()
314 error = bus_dmamap_load(sc->bfe_rx_tag, sc->bfe_rx_map, in bfe_dma_alloc()
384 bus_dmamap_unload(sc->bfe_rx_tag, sc->bfe_rx_map); in bfe_dma_free()
387 sc->bfe_rx_map); in bfe_dma_free()
734 bus_dmamap_sync(sc->bfe_rx_tag, sc->bfe_rx_map, in bfe_rx_ring_free()
754 bus_dmamap_sync(sc->bfe_rx_tag, sc->bfe_rx_map, in bfe_list_rx_init()
1397 bus_dmamap_sync(sc->bfe_rx_tag, sc->bfe_rx_map, in bfe_rxeof()
1440 bus_dmamap_sync(sc->bfe_rx_tag, sc->bfe_rx_map, in bfe_rxeof()
H A Dif_bfereg.h592 bus_dmamap_t bfe_tx_map, bfe_rx_map; member