Searched refs:txb_count (Results 1 – 3 of 3) sorted by relevance
430 if_statadd(ifp, if_oerrors, sc->txb_sched + sc->txb_count); in mb86960_watchdog()468 sc->txb_count = 0; in mb86960_init()621 sc->sc_ec.ec_if.if_timer = 1 + sc->txb_count; in mb86960_xmit()624 sc->txb_sched = sc->txb_count; in mb86960_xmit()625 sc->txb_count = 0; in mb86960_xmit()654 if ((sc->txb_count == 0) != (sc->txb_free == sc->txb_size)) { in mb86960_start()664 device_xname(sc->sc_dev), sc->txb_count, sc->txb_free); in mb86960_start()680 sc->txb_count = 0; in mb86960_start()689 if ((sc->txb_count > 0) && (sc->txb_sched == 0)) { in mb86960_start()691 device_xname(sc->sc_dev), sc->txb_count); in mb86960_start()[all …]
56 int txb_count; /* number of TX buffers in use */
150 int txb_count; /* number of packets in TX buffer */ member