Home
last modified time | relevance | path

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

/freebsd/sys/dev/atkbdc/
H A Dpsm.c458 int syncerrors; /* # of bytes discarded to synchronize */ member
1279 sc->syncerrors = 0;
2247 sc->syncerrors = 0;
3012 sc->syncerrors = 0;
3023 sc->syncerrors = 0;
3059 if (sc->syncerrors == 0)
3061 ++sc->syncerrors;
3063 if (sc->syncerrors >= sc->mode.packetsize * 2 ||
3076 } else if (sc->syncerrors == sc->mode.packetsize) {
3089 sc->syncerrors));
[all …]