Searched refs:tx_map_tail (Results 1 – 2 of 2) sorted by relevance
434 while (sc->tx_map_tail != sc->tx_map_head) { in dma1000_txfinish_locked()436 bmap = &sc->txbuf_map[sc->tx_map_tail]; in dma1000_txfinish_locked()460 sc->tx_map_tail = next_txidx(sc, sc->tx_map_tail); in dma1000_txfinish_locked()
113 uint32_t tx_map_tail; member