Home
last modified time | relevance | path

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

/src/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()
289 sc->txbuf_map[idx].mbuf = m; in dma1000_setup_txbuf()
301 sc->txbuf_map[idx].last_desc_idx = last; in dma1000_setup_txbuf()
429 bmap = &sc->txbuf_map[sc->tx_map_tail]; in dma1000_txfinish_locked()
708 &sc->txbuf_map[idx].map); in dma1000_init()
833 if ((map = sc->txbuf_map[idx].map) != NULL) { in dma1000_free()
H A Dif_dwcvar.h109 struct dwc_bufmap txbuf_map[TX_DESC_COUNT]; member
/src/sys/dev/ffec/
H A Dif_ffec.c184 struct ffec_bufmap txbuf_map[TX_DESC_COUNT]; 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()
641 sc->txbuf_map[idx].mbuf = m; in ffec_setup_txbuf()
722 bmap = &sc->txbuf_map[sc->tx_idx_tail]; in ffec_txfinish_locked()
1078 bmap = &sc->txbuf_map[idx]; in ffec_stop_locked()
1435 if ((map = sc->txbuf_map[idx].map) != NULL) { in ffec_detach()
1590 &sc->txbuf_map[idx].map); in ffec_attach()
/src/sys/dev/xilinx/
H A Dif_xaevar.h93 struct xae_bufmap txbuf_map[TX_DESC_COUNT]; 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()
197 sc->txbuf_map[idx].mbuf = m; in xae_setup_txbuf()
271 bmap = &sc->txbuf_map[sc->tx_idx_tail]; in xae_txfinish_locked()
1022 &sc->txbuf_map[idx].map); in xae_setup_dma()