Searched refs:tx_map_head (Results 1 – 2 of 2) sorted by relevance
434 while (sc->tx_map_tail != sc->tx_map_head) { in dma1000_txfinish_locked()493 if (dma1000_setup_txbuf(sc, sc->tx_map_head, &m) != 0) { in dma1000_txstart()499 sc->tx_map_head = next_txidx(sc, sc->tx_map_head); in dma1000_txstart()
112 uint32_t tx_map_head; member