Searched refs:txbuf_tag (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/dwc/ |
H A D | dwc1000_dma.c | 255 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() 293 bus_dmamap_sync(sc->txbuf_tag, sc->txbuf_map[idx].map, in dma1000_setup_txbuf() 450 bus_dmamap_sync(sc->txbuf_tag, bmap->map, in dma1000_txfinish_locked() 452 bus_dmamap_unload(sc->txbuf_tag, bmap->map); in dma1000_txfinish_locked() 706 &sc->txbuf_tag); in dma1000_init() 714 error = bus_dmamap_create(sc->txbuf_tag, BUS_DMA_COHERENT, in dma1000_init() 842 bus_dmamap_destroy(sc->txbuf_tag, map); in dma1000_free() [all …]
|
H A D | if_dwcvar.h | 108 bus_dma_tag_t txbuf_tag; member
|
/freebsd/sys/dev/ffec/ |
H A D | if_ffec.c | 183 bus_dma_tag_t txbuf_tag; 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() 182 bus_dma_tag_t txbuf_tag; global() member [all...] |