Home
last modified time | relevance | path

Searched refs:safe_ringentry (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/sys/dev/safe/
H A Dsafevar.h98 struct safe_ringentry { struct
151 struct safe_ringentry *sc_ring; /* PE ring */
152 struct safe_ringentry *sc_ringtop; /* PE ring top */
153 struct safe_ringentry *sc_front; /* next free entry */
154 struct safe_ringentry *sc_back; /* next pending entry */
H A Dsafe.c154 struct safe_ringentry *);
315 SAFE_MAX_NQUEUE * sizeof (struct safe_ringentry), in safe_attach()
331 struct safe_ringentry *re = &sc->sc_ring[i]; in safe_attach()
334 offsetof(struct safe_ringentry, re_sa); in safe_attach()
336 offsetof(struct safe_ringentry, re_sastate); in safe_attach()
338 raddr += sizeof (struct safe_ringentry); in safe_attach()
541 struct safe_ringentry *re = sc->sc_back; in safe_intr()
595 safe_feed(struct safe_softc *sc, struct safe_ringentry *re) in safe_feed()
773 struct safe_ringentry *re; in safe_process()
1707 struct safe_ringentry *re = sc->sc_back; in safe_cleanchip()
[all …]