Searched refs:tx_queued (Results 1 – 2 of 2) sorted by relevance
1357 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()
202 int tx_queued; /* # of active TxCB's */ member