Home
last modified time | relevance | path

Searched refs:tx_mapcount (Results 1 – 3 of 3) sorted by relevance

/src/sys/dev/dwc/
H A Dif_dwcvar.h115 int tx_mapcount; member
H A Ddwc1000_dma.c448 sc->tx_mapcount--; in dma1000_txfinish_locked()
478 if (sc->tx_mapcount == (TX_MAP_COUNT - 1)) { in dma1000_txstart()
493 sc->tx_mapcount++; in dma1000_txstart()
H A Dif_dwc.c507 sc->tx_mapcount = 0; in dwc_attach()