Home
last modified time | relevance | path

Searched refs:tx_queued (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/sys/dev/fxp/
H A Dif_fxp.c1357 if (sc->tx_queued > FXP_NTXCB_HIWAT) in fxp_start_body()
1366 while (!if_sendq_empty(ifp) && sc->tx_queued < FXP_NTXCB - 1) { in fxp_start_body()
1644 if (sc->tx_queued != FXP_CXINT_THRESH - 1) in fxp_encap()
1666 if (sc->tx_queued == 0) in fxp_encap()
1669 sc->tx_queued++; in fxp_encap()
1765 for (txp = sc->fxp_desc.tx_first; sc->tx_queued && in fxp_txeof()
1777 sc->tx_queued--; in fxp_txeof()
1783 if (sc->tx_queued == 0) in fxp_txeof()
2229 sc->tx_queued = 0; in fxp_stop()
2540 sc->tx_queued = 1; in fxp_init_body()
H A Dif_fxpvar.h202 int tx_queued; /* # of active TxCB's */ member