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

/freebsd-10.1-release/sys/dev/atkbdc/
H A Dpsm.c325 int syncerrors; /* # of bytes discarded to synchronize */ member in struct:psm_softc
1059 sc->syncerrors = 0;
1586 sc->syncerrors = 0;
2368 sc->syncerrors = 0;
2379 sc->syncerrors = 0;
2414 if (sc->syncerrors == 0)
2416 ++sc->syncerrors;
2418 if (sc->syncerrors >= sc->mode.packetsize * 2 ||
2431 } else if (sc->syncerrors == sc->mode.packetsize) {
2444 sc->syncerrors));
[all...]

Completed in 80 milliseconds