Searched refs:bfe_txmbuf_tag (Results 1 – 2 of 2) sorted by relevance
257 &sc->bfe_txmbuf_tag); in bfe_dma_alloc()324 error = bus_dmamap_create(sc->bfe_txmbuf_tag, 0, &td->bfe_map); in bfe_dma_alloc()390 if (sc->bfe_txmbuf_tag != NULL) { in bfe_dma_free()394 bus_dmamap_destroy(sc->bfe_txmbuf_tag, in bfe_dma_free()399 bus_dma_tag_destroy(sc->bfe_txmbuf_tag); in bfe_dma_free()400 sc->bfe_txmbuf_tag = NULL; in bfe_dma_free()694 bus_dmamap_sync(sc->bfe_txmbuf_tag, in bfe_tx_ring_free()696 bus_dmamap_unload(sc->bfe_txmbuf_tag, in bfe_tx_ring_free()1349 bus_dmamap_sync(sc->bfe_txmbuf_tag, r->bfe_map, in bfe_txeof()1351 bus_dmamap_unload(sc->bfe_txmbuf_tag, r->bfe_map); in bfe_txeof()[all …]
592 bus_dma_tag_t bfe_txmbuf_tag, bfe_rxmbuf_tag; member