HomeSort by: relevance | last modified time | path
    Searched refs:sc_nway_ticks (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
tulipvar.h 353 int sc_nway_ticks; /* tick counter */ member in struct:tulip_softc
tulip.c 5283 if (++sc->sc_nway_ticks != (5 << 3))
5287 sc->sc_nway_ticks = 0;
5710 if (++sc->sc_nway_ticks != 5)
5713 sc->sc_nway_ticks = 0;

Completed in 15 milliseconds