Searched refs:tx_last (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/sys/dev/ex/
H A Dif_exvar.h68 u_int tx_last; /* Pointer to beginning of last */ member in struct:ex_softc
H A Dif_ex.c539 sc->tx_last + XMT_Chain_Point);
543 sc->tx_last + XMT_Byte_Count);
546 sc->tx_last + XMT_Byte_Count);
572 sc->tx_last = dest;
608 sc->tx_last = 0; /* XXX I think these two lines are not necessary, because ex_init will always be called again to reinit the interface. */
/freebsd-12-stable/sys/dev/fxp/
H A Dif_fxpvar.h140 struct fxp_tx *tx_last; member in struct:fxp_desc_list
H A Dif_fxp.c1427 txp = sc->fxp_desc.tx_last->tx_next;
1661 sc->fxp_desc.tx_last->tx_cb->cb_command &= htole16(~FXP_CB_COMMAND_S);
1662 sc->fxp_desc.tx_last = txp;
2542 sc->fxp_desc.tx_first = sc->fxp_desc.tx_last = txp;

Completed in 183 milliseconds