Searched refs:sc_front (Results 1 – 2 of 2) sorted by relevance
326 sc->sc_front = sc->sc_ring; in safe_attach()539 while (sc->sc_back != sc->sc_front) { in safe_intr()778 if (sc->sc_front == sc->sc_back && sc->sc_nqchip != 0) { in safe_process()784 re = sc->sc_front; in safe_process()1233 if (++(sc->sc_front) == sc->sc_ringtop) in safe_process()1234 sc->sc_front = sc->sc_ring; in safe_process()1708 while (re != sc->sc_front) { in safe_cleanchip()1837 (unsigned long)(sc->sc_front - sc->sc_ring)); in safe_dump_ringstate()1941 } while (re != sc->sc_front); in safe_dump_ring()
153 struct safe_ringentry *sc_front; /* next free entry */ member