Searched refs:bfe_rxmbuf_tag (Results 1 – 2 of 2) sorted by relevance
276 &sc->bfe_rxmbuf_tag); in bfe_dma_alloc()334 error = bus_dmamap_create(sc->bfe_rxmbuf_tag, 0, &sc->bfe_rx_sparemap); in bfe_dma_alloc()345 error = bus_dmamap_create(sc->bfe_rxmbuf_tag, 0, &rd->bfe_map); in bfe_dma_alloc()405 if (sc->bfe_rxmbuf_tag != NULL) { in bfe_dma_free()409 bus_dmamap_destroy(sc->bfe_rxmbuf_tag, in bfe_dma_free()415 bus_dmamap_destroy(sc->bfe_rxmbuf_tag, in bfe_dma_free()419 bus_dma_tag_destroy(sc->bfe_rxmbuf_tag); in bfe_dma_free()420 sc->bfe_rxmbuf_tag = NULL; in bfe_dma_free()722 bus_dmamap_sync(sc->bfe_rxmbuf_tag, in bfe_rx_ring_free()724 bus_dmamap_unload(sc->bfe_rxmbuf_tag, in bfe_rx_ring_free()[all …]
592 bus_dma_tag_t bfe_txmbuf_tag, bfe_rxmbuf_tag; member