Searched refs:txbuf_map (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() 296 sc->txbuf_map[idx].mbuf = m; in dma1000_setup_txbuf() 308 sc->txbuf_map[idx].last_desc_idx = last; in dma1000_setup_txbuf() 436 bmap = &sc->txbuf_map[sc->tx_map_tail]; in dma1000_txfinish_locked() 715 &sc->txbuf_map[idx].map); in dma1000_init() 840 if ((map = sc->txbuf_map[idx].map) != NULL) { in dma1000_free()
|
H A D | if_dwcvar.h | 109 struct dwc_bufmap txbuf_map[TX_DESC_COUNT]; member
|
/freebsd/sys/dev/ffec/ |
H A D | if_ffec.c | 184 struct ffec_bufmap txbuf_map[TX_DESC_COUNT]; 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() 183 struct ffec_bufmap txbuf_map[TX_DESC_COUNT]; global() member
|