Home
last modified time | relevance | path

Searched refs:dma1000_setup_txbuf (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/dwc/
H A Ddwc1000_dma.h50 int dma1000_setup_txbuf(struct dwc_softc *sc, int idx, struct mbuf **mp);
H A Ddwc1000_dma.c246 dma1000_setup_txbuf(struct dwc_softc *sc, int idx, struct mbuf **mp) in dma1000_setup_txbuf() function
493 if (dma1000_setup_txbuf(sc, sc->tx_map_head, &m) != 0) { in dma1000_txstart()