Home
last modified time | relevance | path

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

/freebsd-12.1/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()
1076 bmap = &sc->txbuf_map[idx]; in ffec_stop_locked()
1432 if ((map = sc->txbuf_map[idx].map) != NULL) { in ffec_detach()
1586 &sc->txbuf_map[idx].map); in ffec_attach()
/freebsd-12.1/sys/dev/dwc/
H A Dif_dwcvar.h93 struct dwc_bufmap txbuf_map[TX_DESC_COUNT]; member
H A Dif_dwc.c223 error = bus_dmamap_load_mbuf_sg(sc->txbuf_tag, sc->txbuf_map[idx].map, in dwc_setup_txbuf()
231 bus_dmamap_sync(sc->txbuf_tag, sc->txbuf_map[idx].map, in dwc_setup_txbuf()
234 sc->txbuf_map[idx].mbuf = m; in dwc_setup_txbuf()
726 bmap = &sc->txbuf_map[sc->tx_idx_tail]; in dwc_txfinish_locked()
908 &sc->txbuf_map[idx].map); in setup_dma()