Searched refs:txbuf_map (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/sys/dev/dwc/ |
| H A D | if_dwc.c | 682 error = bus_dmamap_load_mbuf_sg(sc->txbuf_tag, sc->txbuf_map[idx].map, in dwc_setup_txbuf() 689 bus_dmamap_unload(sc->txbuf_tag, sc->txbuf_map[idx].map); in dwc_setup_txbuf() 693 error = bus_dmamap_load_mbuf_sg(sc->txbuf_tag, sc->txbuf_map[idx].map, in dwc_setup_txbuf() 700 bus_dmamap_unload(sc->txbuf_tag, sc->txbuf_map[idx].map); in dwc_setup_txbuf() 720 bus_dmamap_sync(sc->txbuf_tag, sc->txbuf_map[idx].map, in dwc_setup_txbuf() 723 sc->txbuf_map[idx].mbuf = m; in dwc_setup_txbuf() 738 sc->txbuf_map[idx].last_desc_idx = last; in dwc_setup_txbuf() 955 &sc->txbuf_map[idx].map); in setup_dma() 1253 bmap = &sc->txbuf_map[sc->tx_map_tail]; in dwc_txfinish_locked()
|
| H A D | if_dwcvar.h | 95 struct dwc_bufmap txbuf_map[TX_DESC_COUNT]; member
|
| /freebsd-13.1/sys/dev/ffec/ |
| H A D | if_ffec.c | 185 struct ffec_bufmap txbuf_map[TX_DESC_COUNT]; member 634 error = bus_dmamap_load_mbuf_sg(sc->txbuf_tag, sc->txbuf_map[idx].map, in ffec_setup_txbuf() 639 bus_dmamap_sync(sc->txbuf_tag, sc->txbuf_map[idx].map, in ffec_setup_txbuf() 642 sc->txbuf_map[idx].mbuf = m; in ffec_setup_txbuf() 723 bmap = &sc->txbuf_map[sc->tx_idx_tail]; in ffec_txfinish_locked() 1079 bmap = &sc->txbuf_map[idx]; in ffec_stop_locked() 1435 if ((map = sc->txbuf_map[idx].map) != NULL) { in ffec_detach() 1589 &sc->txbuf_map[idx].map); in ffec_attach()
|