Home | History | Annotate | Download | only in ic

Lines Matching refs:txb_sched

430 	if_statadd(ifp, if_oerrors, sc->txb_sched + sc->txb_count);
469 sc->txb_sched = 0;
624 sc->txb_sched = sc->txb_count;
634 bus_space_write_1(bst, bsh, FE_BMPR10, sc->txb_sched | FE_B10_START);
689 if ((sc->txb_count > 0) && (sc->txb_sched == 0)) {
761 if (sc->txb_sched == 0)
812 device_xname(sc->sc_dev), left, sc->txb_sched);
824 if_statadd_ref(ifp, nsr, if_opackets, sc->txb_sched - left);
848 sc->txb_sched = left - 1;
898 sc->txb_sched);
906 if_statadd(ifp, if_opackets, sc->txb_sched);
907 sc->txb_sched = 0;
910 if (sc->txb_sched == 0) {
1130 sc->txb_count == 0 && sc->txb_sched == 0) {
1669 if (sc->txb_sched == 0 && sc->txb_count == 0 &&