Searched refs:sc_front (Results 1 – 2 of 2) sorted by relevance
324 sc->sc_front = sc->sc_ring; in safe_attach()548 while (sc->sc_back != sc->sc_front) { in safe_intr()871 if (sc->sc_front == sc->sc_back && sc->sc_nqchip != 0) { in safe_process()877 re = sc->sc_front; in safe_process()1469 if (++(sc->sc_front) == sc->sc_ringtop) in safe_process()1470 sc->sc_front = sc->sc_ring; in safe_process()1977 while (re != sc->sc_front) { in safe_cleanchip()2106 (unsigned long)(sc->sc_front - sc->sc_ring)); in safe_dump_ringstate()2210 } while (re != sc->sc_front); in safe_dump_ring()
166 struct safe_ringentry *sc_front; /* next free entry */ member