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

/freebsd-current/sys/dev/fxp/
H A Dif_fxpvar.h125 struct fxp_tx *tx_next; member in struct:fxp_tx
H A Dif_fxp.c1417 txp = sc->fxp_desc.tx_last->tx_next;
1760 txp = txp->tx_next) {
2523 txp[i].tx_next = &txp[(i + 1) & FXP_TXCB_MASK];

Completed in 124 milliseconds