Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/bfe/
HDif_bfe.c247 &sc->bfe_rx_tmpmap); in bfe_dma_alloc()
297 bus_dmamap_destroy(sc->bfe_rxbuf_tag, sc->bfe_rx_tmpmap); in bfe_dma_alloc()
570 sc->bfe_rx_tmpmap, m, in bfe_newbuf()
586 r->bfe_map = sc->bfe_rx_tmpmap; in bfe_newbuf()
587 sc->bfe_rx_tmpmap = map; in bfe_newbuf()
942 bus_dmamap_destroy(sc->bfe_rxbuf_tag, sc->bfe_rx_tmpmap); in bfe_dma_free()
HDif_bfereg.h475 bus_dmamap_t bfe_rx_tmpmap; member