Searched refs:txbuf_map (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/sys/dev/dwc/ |
| H A D | if_dwc.c | 692 error = bus_dmamap_load_mbuf_sg(sc->txbuf_tag, sc->txbuf_map[idx].map, in dwc_setup_txbuf() 699 bus_dmamap_unload(sc->txbuf_tag, sc->txbuf_map[idx].map); in dwc_setup_txbuf() 703 error = bus_dmamap_load_mbuf_sg(sc->txbuf_tag, sc->txbuf_map[idx].map, in dwc_setup_txbuf() 710 bus_dmamap_unload(sc->txbuf_tag, sc->txbuf_map[idx].map); in dwc_setup_txbuf() 730 bus_dmamap_sync(sc->txbuf_tag, sc->txbuf_map[idx].map, in dwc_setup_txbuf() 733 sc->txbuf_map[idx].mbuf = m; in dwc_setup_txbuf() 748 sc->txbuf_map[idx].last_desc_idx = last; in dwc_setup_txbuf() 957 &sc->txbuf_map[idx].map); in setup_dma() 1076 if ((map = sc->txbuf_map[idx].map) != NULL) { in free_dma() 1305 bmap = &sc->txbuf_map[sc->tx_map_tail]; in dwc_txfinish_locked()
|
| H A D | if_dwcvar.h | 93 struct dwc_bufmap txbuf_map[TX_DESC_COUNT]; member
|
| /freebsd-14.2/sys/dev/ffec/ |
| H A D | if_ffec.c | 184 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()
|