Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/safe/
H A Dsafevar.h100 struct safe_ringentry { struct
153 struct safe_ringentry *sc_ring; /* PE ring */
154 struct safe_ringentry *sc_ringtop; /* PE ring top */
155 struct safe_ringentry *sc_front; /* next free entry */
156 struct safe_ringentry *sc_back; /* next pending entry */
H A Dsafe.c156 struct safe_ringentry *);
317 SAFE_MAX_NQUEUE * sizeof (struct safe_ringentry), in safe_attach()
333 struct safe_ringentry *re = &sc->sc_ring[i]; in safe_attach()
336 offsetof(struct safe_ringentry, re_sa); in safe_attach()
338 offsetof(struct safe_ringentry, re_sastate); in safe_attach()
340 raddr += sizeof (struct safe_ringentry); in safe_attach()
545 struct safe_ringentry *re = sc->sc_back; in safe_intr()
599 safe_feed(struct safe_softc *sc, struct safe_ringentry *re) in safe_feed()
777 struct safe_ringentry *re; in safe_process()
1711 struct safe_ringentry *re = sc->sc_back; in safe_cleanchip()
[all …]