Searched refs:sc_seltout (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/dev/nsp/
H A Dnspvar.h58 int sc_seltout; /* selection timeout counter */ member in struct:nsp_softc
H A Dnsp.c312 sc->sc_seltout = 0;
412 sc->sc_seltout = 1;
424 sc->sc_seltout = 0;
1400 if ((isrc & IRQSR_MASK) == IRQSR_TIMER && sc->sc_seltout == 0)
1473 if (sc->sc_seltout >= NSP_SELTIMEOUT)
1475 sc->sc_seltout = 0;
1479 sc->sc_seltout ++;

Completed in 104 milliseconds