Searched refs:bfe_rx_map (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/sys/dev/bfe/ |
| H A D | if_bfe.c | 308 BUS_DMA_WAITOK | BUS_DMA_ZERO | BUS_DMA_COHERENT, &sc->bfe_rx_map); in bfe_dma_alloc() 315 error = bus_dmamap_load(sc->bfe_rx_tag, sc->bfe_rx_map, in bfe_dma_alloc() 385 bus_dmamap_unload(sc->bfe_rx_tag, sc->bfe_rx_map); in bfe_dma_free() 388 sc->bfe_rx_map); in bfe_dma_free() 735 bus_dmamap_sync(sc->bfe_rx_tag, sc->bfe_rx_map, in bfe_rx_ring_free() 755 bus_dmamap_sync(sc->bfe_rx_tag, sc->bfe_rx_map, in bfe_list_rx_init() 1398 bus_dmamap_sync(sc->bfe_rx_tag, sc->bfe_rx_map, in bfe_rxeof() 1441 bus_dmamap_sync(sc->bfe_rx_tag, sc->bfe_rx_map, in bfe_rxeof()
|
| H A D | if_bfereg.h | 593 bus_dmamap_t bfe_tx_map, bfe_rx_map; member
|