Searched refs:tx_queued (Results 1 – 4 of 4) sorted by relevance
56 int tx_queued; /* Transmit packets currently waiting */ member
346 scp->tx_queued = 0; in xe_init_locked()509 scp->tx_queued++; in xe_start_locked()615 scp->tx_queued -= sent; in xe_txintr()925 scp->ifp->if_oerrors += scp->tx_queued; in xe_watchdog()1043 if (scp->tx_queued != 0) { in xe_setmedia()
1352 if (sc->tx_queued > FXP_NTXCB_HIWAT) in fxp_start_body()1362 sc->tx_queued < FXP_NTXCB - 1) { in fxp_start_body()1640 if (sc->tx_queued != FXP_CXINT_THRESH - 1) in fxp_encap()1662 if (sc->tx_queued == 0) in fxp_encap()1665 sc->tx_queued++; in fxp_encap()1761 for (txp = sc->fxp_desc.tx_first; sc->tx_queued && in fxp_txeof()1773 sc->tx_queued--; in fxp_txeof()1779 if (sc->tx_queued == 0) in fxp_txeof()2225 sc->tx_queued = 0; in fxp_stop()2535 sc->tx_queued = 1; in fxp_init_body()
199 int tx_queued; /* # of active TxCB's */ member