Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/network/ether/ipro100/dev/fxp/
H A Dif_fxpvar.h200 int tx_queued; /* # of active TxCB's */ member
H A Dif_fxp.c1352 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()