HomeSort by: relevance | last modified time | path
    Searched refs:tx_next (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
elinkxl.c 1119 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;
elinkxlreg.h 258 struct ex_txdesc *tx_next; member in struct:ex_txdesc

Completed in 18 milliseconds