Lines Matching refs:bfe_map
258 &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()
931 sc->bfe_tx_ring[i].bfe_map); in bfe_dma_free()
940 sc->bfe_rx_ring[i].bfe_map); in bfe_dma_free()
1074 bus_dmamap_unload(sc->bfe_txbuf_tag, r->bfe_map); in bfe_txeof()
1110 bus_dmamap_sync(sc->bfe_rxbuf_tag, r->bfe_map, in bfe_rxeof()
1214 map = sc->bfe_tx_ring[first_idx].bfe_map; in bfe_encap()
1256 sc->bfe_tx_ring[first_idx].bfe_map = sc->bfe_tx_ring[last_idx].bfe_map; in bfe_encap()
1257 sc->bfe_tx_ring[last_idx].bfe_map = map; in bfe_encap()