Searched refs:txbuf_tag (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/dev/dwc/
H A Dif_dwcvar.h92 bus_dma_tag_t txbuf_tag; member in struct:dwc_softc
H A Dif_dwc.c223 error = bus_dmamap_load_mbuf_sg(sc->txbuf_tag, sc->txbuf_map[idx].map,
231 bus_dmamap_sync(sc->txbuf_tag, sc->txbuf_map[idx].map,
727 bus_dmamap_sync(sc->txbuf_tag, bmap->map,
729 bus_dmamap_unload(sc->txbuf_tag, bmap->map);
899 &sc->txbuf_tag);
907 error = bus_dmamap_create(sc->txbuf_tag, BUS_DMA_COHERENT,
/freebsd-11-stable/sys/dev/ffec/
H A Dif_ffec.c181 bus_dma_tag_t txbuf_tag; member in struct:ffec_softc
631 error = bus_dmamap_load_mbuf_sg(sc->txbuf_tag, sc->txbuf_map[idx].map,
636 bus_dmamap_sync(sc->txbuf_tag, sc->txbuf_map[idx].map,
721 bus_dmamap_sync(sc->txbuf_tag, bmap->map,
723 bus_dmamap_unload(sc->txbuf_tag, bmap->map);
1076 bus_dmamap_unload(sc->txbuf_tag, bmap->map);
1432 bus_dmamap_destroy(sc->txbuf_tag, map);
1435 if (sc->txbuf_tag != NULL)
1436 bus_dma_tag_destroy(sc->txbuf_tag);
1575 &sc->txbuf_tag);
[all...]

Completed in 54 milliseconds