Searched refs:txb_count (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/sys/dev/fe/
H A Dif_fe.c932 sc->ifp->if_oerrors += sc->txb_sched + sc->txb_count;
976 sc->txb_count = 0;
1001 sc->txb_sched, sc->txb_count,
1150 sc->tx_timeout = 1 + sc->txb_count;
1153 sc->txb_sched = sc->txb_count;
1154 sc->txb_count = 0;
1186 if ((sc->txb_count == 0) != (sc->txb_free == sc->txb_size)) {
1192 * txb_count is zero if and only if txb_free is same
1196 sc->txb_count, sc->txb_free);
1200 * We now know txb_count an
[all...]
H A Dif_fevar.h99 u_char txb_count; /* number of packets in TX buffer */ member in struct:fe_softc

Completed in 24 milliseconds