Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/ic/
H A Dmb86950.c529 sc->txb_sched = 0; in mb86950_init()
583 sc->txb_sched++; in mb86950_start()
586 if (sc->txb_sched > sc->txb_num_pkt) { in mb86950_start()
708 if (sc->txb_sched > 0) in mb86950_intr()
745 if (sc->txb_sched > 0) in mb86950_tint()
746 sc->txb_sched--; in mb86950_tint()
753 if (sc->txb_sched > 0) in mb86950_tint()
754 sc->txb_sched--; in mb86950_tint()
764 if (sc->txb_sched == 0) { in mb86950_tint()
H A Dmb86960.c430 if_statadd(ifp, if_oerrors, sc->txb_sched + sc->txb_count); in mb86960_watchdog()
469 sc->txb_sched = 0; in mb86960_init()
624 sc->txb_sched = sc->txb_count; in mb86960_xmit()
634 bus_space_write_1(bst, bsh, FE_BMPR10, sc->txb_sched | FE_B10_START); in mb86960_xmit()
689 if ((sc->txb_count > 0) && (sc->txb_sched == 0)) { in mb86960_start()
761 if (sc->txb_sched == 0) in mb86960_start()
812 device_xname(sc->sc_dev), left, sc->txb_sched); in mb86960_tint()
824 if_statadd_ref(ifp, nsr, if_opackets, sc->txb_sched - left); in mb86960_tint()
848 sc->txb_sched = left - 1; in mb86960_tint()
898 sc->txb_sched); in mb86960_tint()
[all …]
H A Dmb86950var.h51 int txb_sched; /* number of scheduled packets */ member
H A Dmb86960var.h151 int txb_sched; /* number of scheduled packets */ member