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

/freebsd-11-stable/sys/dev/firewire/
H A Dfwohcivar.h73 int cycle_lost; member in struct:fwohci_softc
H A Dfwohci.c1894 sc->cycle_lost = 0;
1962 if (sc->cycle_lost >= 0)
1963 sc->cycle_lost++;
1964 if (sc->cycle_lost > 10) {
1965 sc->cycle_lost = -1;

Completed in 74 milliseconds