Searched refs:txb_sched (Results 1 – 2 of 2) sorted by relevance
933 if_inc_counter(sc->ifp, IFCOUNTER_OERRORS, sc->txb_sched + sc->txb_count); in fe_reset()978 sc->txb_sched = 0; in fe_stop()1004 sc->txb_sched, sc->txb_count, in fe_watchdog()1157 sc->txb_sched = sc->txb_count; in fe_xmit()1163 fe_outb(sc, FE_BMPR10, sc->txb_sched | FE_B10_START); in fe_xmit()1224 if ((sc->txb_count > 0) && (sc->txb_sched == 0)) { in fe_start_locked()1291 if ((sc->txb_count > 0) && (sc->txb_sched == 0)) in fe_start_locked()1453 left, sc->txb_sched); in fe_tint()1538 if_inc_counter(sc->ifp, IFCOUNTER_OPACKETS, sc->txb_sched - col); in fe_tint()1543 sc->txb_sched = 0; in fe_tint()[all …]
100 u_char txb_sched; /* number of scheduled packets */ member