Searched refs:tx_next (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/dev/ic/
H A Delinkxl.c1119 sc->tx_free = txp->tx_next;
1120 txp->tx_next = NULL;
1198 sc->tx_tail->tx_next = txp;
1296 txp = txp->tx_next) {
1318 sc->tx_ftail->tx_next = sc->tx_head;
1598 for (tx = sc->tx_head ; tx != NULL; tx = tx->tx_next) {
1647 sc->sc_txdescs[i].tx_next = &sc->sc_txdescs[i + 1];
1649 sc->sc_txdescs[i].tx_next = NULL;
H A Delinkxlreg.h258 struct ex_txdesc *tx_next; member in struct:ex_txdesc

Completed in 134 milliseconds