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

/freebsd-12-stable/sys/dev/atkbdc/
H A Dpsm.c446 int syncerrors; /* # of bytes discarded to synchronize */ member in struct:psm_softc
1274 sc->syncerrors = 0;
2248 sc->syncerrors = 0;
3017 sc->syncerrors = 0;
3028 sc->syncerrors = 0;
3064 if (sc->syncerrors == 0)
3066 ++sc->syncerrors;
3068 if (sc->syncerrors >= sc->mode.packetsize * 2 ||
3081 } else if (sc->syncerrors == sc->mode.packetsize) {
3094 sc->syncerrors));
[all...]

Completed in 170 milliseconds