Searched refs:tx_next (Results 1 – 2 of 2) sorted by relevance
1119 sc->tx_free = txp->tx_next; in ex_start()1120 txp->tx_next = NULL; in ex_start()1198 sc->tx_tail->tx_next = txp; in ex_start()1296 txp = txp->tx_next) { in ex_intr()1318 sc->tx_ftail->tx_next = sc->tx_head; in ex_intr()1598 for (tx = sc->tx_head ; tx != NULL; tx = tx->tx_next) { in ex_stop()1647 sc->sc_txdescs[i].tx_next = &sc->sc_txdescs[i + 1]; in ex_init_txdescs()1649 sc->sc_txdescs[i].tx_next = NULL; in ex_init_txdescs()
258 struct ex_txdesc *tx_next; member