Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/dwc/
H A Dif_dwcvar.h97 uint32_t tx_map_tail; member
H A Dif_dwc.c1303 while (sc->tx_map_tail != sc->tx_map_head) { in dwc_txfinish_locked()
1305 bmap = &sc->txbuf_map[sc->tx_map_tail]; in dwc_txfinish_locked()
1329 sc->tx_map_tail = next_txidx(sc, sc->tx_map_tail); in dwc_txfinish_locked()