Home
last modified time | relevance | path

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

/dragonfly/sys/dev/misc/psm/
H A Dpsm.c463 int syncerrors; /* # of bytes discarded to synchronize */ member
1304 sc->syncerrors = 0;
2296 sc->syncerrors = 0;
3028 sc->syncerrors = 0;
3040 sc->syncerrors = 0;
3076 if (sc->syncerrors == 0)
3078 ++sc->syncerrors;
3080 if (sc->syncerrors >= sc->mode.packetsize * 2 ||
3093 } else if (sc->syncerrors == sc->mode.packetsize) {
3106 sc->syncerrors));
[all …]