Searched refs:sc_front (Results 1 – 2 of 2) sorted by relevance
326 sc->sc_front = sc->sc_ring; in safe_attach()541 while (sc->sc_back != sc->sc_front) { in safe_intr()780 if (sc->sc_front == sc->sc_back && sc->sc_nqchip != 0) { in safe_process()786 re = sc->sc_front; in safe_process()1235 if (++(sc->sc_front) == sc->sc_ringtop) in safe_process()1236 sc->sc_front = sc->sc_ring; in safe_process()1710 while (re != sc->sc_front) { in safe_cleanchip()1839 (unsigned long)(sc->sc_front - sc->sc_ring)); in safe_dump_ringstate()1943 } while (re != sc->sc_front); in safe_dump_ring()
153 struct safe_ringentry *sc_front; /* next free entry */ member