Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/dwc/
H A Dif_dwcvar.h96 uint32_t tx_map_head; member
H A Dif_dwc.c1130 if (dwc_setup_txbuf(sc, sc->tx_map_head, &m) != 0) { in dwc_txstart_locked()
1136 sc->tx_map_head = next_txidx(sc, sc->tx_map_head); in dwc_txstart_locked()
1303 while (sc->tx_map_tail != sc->tx_map_head) { in dwc_txfinish_locked()