Searched refs:sc_txwin (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Dgemvar.h198 int sc_txwin; /* Tx descriptors since last Tx int */ member in struct:gem_softc
H A Dgem.c952 sc->sc_txwin = 0;
1495 if (++sc->sc_txwin > GEM_NTXSEGS * 2 / 3) {
1496 sc->sc_txwin = 0;
1728 sc->sc_txwin = 0;
/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Dif_sip.c282 int sc_txwin; /* Tx descriptors since last intr */ member in struct:sip_softc
1604 if (++sc->sc_txwin >= (SIP_TXQUEUELEN * 2 / 3)) {
1608 sc->sc_txwin = 0;
2027 sc->sc_txwin = 0;
2602 sc->sc_txwin = 0;

Completed in 59 milliseconds