Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/xe/
Dif_xevar.h56 int tx_queued; /* Transmit packets currently waiting */ member
Dif_xe.c346 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()
/freebsd-9-stable/sys/dev/fxp/
Dif_fxp.c1352 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()
Dif_fxpvar.h199 int tx_queued; /* # of active TxCB's */ member