Searched refs:sc_front (Results 1 – 2 of 2) sorted by relevance
332 sc->sc_front = sc->sc_ring; in safe_attach()555 while (sc->sc_back != sc->sc_front) { in safe_intr()878 if (sc->sc_front == sc->sc_back && sc->sc_nqchip != 0) { in safe_process()884 re = sc->sc_front; in safe_process()1476 if (++(sc->sc_front) == sc->sc_ringtop) in safe_process()1477 sc->sc_front = sc->sc_ring; in safe_process()1982 while (re != sc->sc_front) { in safe_cleanchip()2111 (unsigned long)(sc->sc_front - sc->sc_ring)); in safe_dump_ringstate()2215 } while (re != sc->sc_front); in safe_dump_ring()
166 struct safe_ringentry *sc_front; /* next free entry */ member