Searched refs:txbuf_map (Results 1 – 3 of 3) sorted by relevance
184 struct ffec_bufmap txbuf_map[TX_DESC_COUNT]; member633 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()
93 struct dwc_bufmap txbuf_map[TX_DESC_COUNT]; member
223 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()