Home
last modified time | relevance | path

Searched refs:txbuf_tag (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/dwc/
H A Ddwc1000_dma.c255 error = bus_dmamap_load_mbuf_sg(sc->txbuf_tag, sc->txbuf_map[idx].map, in dma1000_setup_txbuf()
262 bus_dmamap_unload(sc->txbuf_tag, sc->txbuf_map[idx].map); in dma1000_setup_txbuf()
266 error = bus_dmamap_load_mbuf_sg(sc->txbuf_tag, sc->txbuf_map[idx].map, in dma1000_setup_txbuf()
273 bus_dmamap_unload(sc->txbuf_tag, sc->txbuf_map[idx].map); in dma1000_setup_txbuf()
286 bus_dmamap_sync(sc->txbuf_tag, sc->txbuf_map[idx].map, in dma1000_setup_txbuf()
443 bus_dmamap_sync(sc->txbuf_tag, bmap->map, in dma1000_txfinish_locked()
445 bus_dmamap_unload(sc->txbuf_tag, bmap->map); in dma1000_txfinish_locked()
699 &sc->txbuf_tag); in dma1000_init()
707 error = bus_dmamap_create(sc->txbuf_tag, BUS_DMA_COHERENT, in dma1000_init()
835 bus_dmamap_destroy(sc->txbuf_tag, map); in dma1000_free()
[all …]
H A Dif_dwcvar.h108 bus_dma_tag_t txbuf_tag; member
/freebsd/sys/dev/ffec/
H A Dif_ffec.c183 bus_dma_tag_t txbuf_tag; member
633 error = bus_dmamap_load_mbuf_sg(sc->txbuf_tag, sc->txbuf_map[idx].map, in ffec_setup_txbuf()
638 bus_dmamap_sync(sc->txbuf_tag, sc->txbuf_map[idx].map, in ffec_setup_txbuf()
723 bus_dmamap_sync(sc->txbuf_tag, bmap->map, in ffec_txfinish_locked()
725 bus_dmamap_unload(sc->txbuf_tag, bmap->map); in ffec_txfinish_locked()
1080 bus_dmamap_unload(sc->txbuf_tag, bmap->map); in ffec_stop_locked()
1437 bus_dmamap_destroy(sc->txbuf_tag, map); in ffec_detach()
1440 if (sc->txbuf_tag != NULL) in ffec_detach()
1441 bus_dma_tag_destroy(sc->txbuf_tag); in ffec_detach()
1581 &sc->txbuf_tag); in ffec_attach()
[all …]
/freebsd/sys/dev/xilinx/
H A Dif_xaevar.h92 bus_dma_tag_t txbuf_tag; member
H A Dif_xae.c189 error = bus_dmamap_load_mbuf_sg(sc->txbuf_tag, sc->txbuf_map[idx].map, in xae_setup_txbuf()
194 bus_dmamap_sync(sc->txbuf_tag, sc->txbuf_map[idx].map, in xae_setup_txbuf()
272 bus_dmamap_sync(sc->txbuf_tag, bmap->map, in xae_txfinish_locked()
274 bus_dmamap_unload(sc->txbuf_tag, bmap->map); in xae_txfinish_locked()
1008 &sc->txbuf_tag); in xae_setup_dma()
1021 error = bus_dmamap_create(sc->txbuf_tag, 0, in xae_setup_dma()