Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/ae/
H A Dif_ae.c545 &sc->dma_txd_tag, &sc->dma_txd_map, in ae_dma_alloc()
685 bus_dmamap_sync(sc->dma_txd_tag, sc->dma_txd_map, BUS_DMASYNC_POSTREAD); in ae_tx_intr()
743 bus_dmamap_sync(sc->dma_txd_tag, sc->dma_txd_map, BUS_DMASYNC_PREWRITE); in ae_tx_intr()
1137 bus_dmamap_sync(sc->dma_txd_tag, sc->dma_txd_map, BUS_DMASYNC_PREWRITE); in ae_encap()
1444 if (sc->dma_txd_tag != NULL) { in ae_dma_free()
1445 bus_dmamap_unload(sc->dma_txd_tag, sc->dma_txd_map); in ae_dma_free()
1446 bus_dmamem_free(sc->dma_txd_tag, sc->txd_base, in ae_dma_free()
1448 bus_dma_tag_destroy(sc->dma_txd_tag); in ae_dma_free()
H A Dif_aevar.h129 bus_dma_tag_t dma_txd_tag; member