Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/bfe/
HDif_bfe.c258 &sc->bfe_rx_ring[i].bfe_map); in bfe_dma_alloc()
281 &sc->bfe_tx_ring[i].bfe_map); in bfe_dma_alloc()
295 sc->bfe_rx_ring[i].bfe_map); in bfe_dma_alloc()
305 sc->bfe_tx_ring[i].bfe_map); in bfe_dma_alloc()
513 sc->bfe_tx_ring[i].bfe_map); in bfe_tx_ring_free()
529 sc->bfe_rx_ring[i].bfe_map); in bfe_rx_ring_free()
583 bus_dmamap_unload(sc->bfe_rxbuf_tag, r->bfe_map); in bfe_newbuf()
585 map = r->bfe_map; in bfe_newbuf()
586 r->bfe_map = sc->bfe_rx_tmpmap; in bfe_newbuf()
615 bus_dmamap_sync(sc->bfe_rxbuf_tag, r->bfe_map, BUS_DMASYNC_PREWRITE); in bfe_setup_rxdesc()
[all …]
HDif_bfereg.h431 bus_dmamap_t bfe_map; member