Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/safe/
H A Dsafevar.h104 struct safe_ringentry { struct
161 struct safe_ringentry *sc_ring; /* PE ring */
162 struct safe_ringentry *sc_ringtop; /* PE ring top */
163 struct safe_ringentry *sc_front; /* next free entry */
164 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()
551 struct safe_ringentry *re = sc->sc_back; in safe_intr()
605 safe_feed(struct safe_softc *sc, struct safe_ringentry *re) in safe_feed()
800 struct safe_ringentry *re; in safe_process()
1899 struct safe_ringentry *re = sc->sc_back; in safe_cleanchip()
[all …]