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