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

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

Completed in 81 milliseconds