Home
last modified time | relevance | path

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

/dragonfly/sys/dev/crypto/safe/
HDsafevar.h106 struct safe_ringentry { struct
164 struct safe_ringentry *sc_ring; /* PE ring */
165 struct safe_ringentry *sc_ringtop; /* PE ring top */
166 struct safe_ringentry *sc_front; /* next free entry */
167 struct safe_ringentry *sc_back; /* next pending entry */
HDsafe.c123 static void safe_callback(struct safe_softc *, struct safe_ringentry *);
124 static void safe_feed(struct safe_softc *, struct safe_ringentry *);
144 static int safe_free_entry(struct safe_softc *, struct safe_ringentry *);
153 struct safe_ringentry *);
321 SAFE_MAX_NQUEUE * sizeof (struct safe_ringentry), in safe_attach()
330 sc->sc_ring = (struct safe_ringentry *) sc->sc_ringalloc.dma_vaddr; in safe_attach()
335 bzero(sc->sc_ring, SAFE_MAX_NQUEUE * sizeof(struct safe_ringentry)); in safe_attach()
337 struct safe_ringentry *re = &sc->sc_ring[i]; in safe_attach()
340 offsetof(struct safe_ringentry, re_sa); in safe_attach()
342 offsetof(struct safe_ringentry, re_sastate); in safe_attach()
[all …]