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

/freebsd-13-stable/sys/dev/safe/
H A Dsafevar.h155 struct safe_ringentry *sc_front; /* next free entry */ member in struct:safe_softc
H A Dsafe.c328 sc->sc_front = sc->sc_ring;
544 while (sc->sc_back != sc->sc_front) {
783 if (sc->sc_front == sc->sc_back && sc->sc_nqchip != 0) {
789 re = sc->sc_front;
1238 if (++(sc->sc_front) == sc->sc_ringtop)
1239 sc->sc_front = sc->sc_ring;
1713 while (re != sc->sc_front) {
1842 (unsigned long)(sc->sc_front - sc->sc_ring));
1946 } while (re != sc->sc_front);

Completed in 82 milliseconds