Searched refs:tx_queued (Results 1 – 2 of 2) sorted by relevance
200 int tx_queued; /* # of active TxCB's */ member
1352 if (sc->tx_queued > FXP_NTXCB_HIWAT) in fxp_start_body()1361 while (!if_sendq_empty(ifp) && sc->tx_queued < FXP_NTXCB - 1) { in fxp_start_body()1637 if (sc->tx_queued != FXP_CXINT_THRESH - 1) in fxp_encap()1659 if (sc->tx_queued == 0) in fxp_encap()1662 sc->tx_queued++; in fxp_encap()1767 for (txp = sc->fxp_desc.tx_first; sc->tx_queued && in fxp_txeof()1779 sc->tx_queued--; in fxp_txeof()1785 if (sc->tx_queued == 0) in fxp_txeof()2231 sc->tx_queued = 0; in fxp_stop()2542 sc->tx_queued = 1; in fxp_init_body()