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