Searched refs:tx_map_head (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/dev/dwc/
H A Dif_dwcvar.h98 uint32_t tx_map_head; member in struct:dwc_softc
H A Dif_dwc.c1085 if (dwc_setup_txbuf(sc, sc->tx_map_head, &m) != 0) {
1091 sc->tx_map_head = next_txidx(sc, sc->tx_map_head);
1250 while (sc->tx_map_tail != sc->tx_map_head) {

Completed in 107 milliseconds