glxsb_softc
sizeof(struct glxsb_softc), glxsb_match, glxsb_attach, NULL,
static struct glxsb_softc *glxsb_sc;
int glxsb_crypto_setup(struct glxsb_softc *);
static __inline void glxsb_aes(struct glxsb_softc *, uint32_t, uint32_t,
int glxsb_dma_alloc(struct glxsb_softc *, int, struct glxsb_dma_map *);
void glxsb_dma_pre_op(struct glxsb_softc *, struct glxsb_dma_map *);
void glxsb_dma_post_op(struct glxsb_softc *, struct glxsb_dma_map *);
void glxsb_dma_free(struct glxsb_softc *, struct glxsb_dma_map *);
struct glxsb_softc *sc = (void *) self;
struct glxsb_softc *sc = (struct glxsb_softc *)self;
struct glxsb_softc *sc = v;
glxsb_crypto_setup(struct glxsb_softc *sc)
struct glxsb_softc *sc = glxsb_sc;
struct glxsb_softc *sc = glxsb_sc;
glxsb_aes(struct glxsb_softc *sc, uint32_t control, uint32_t psrc,
struct glxsb_session *ses, struct glxsb_softc *sc, caddr_t buf)
struct glxsb_softc *sc = glxsb_sc;
glxsb_dma_alloc(struct glxsb_softc *sc, int size, struct glxsb_dma_map *dma)
glxsb_dma_pre_op(struct glxsb_softc *sc, struct glxsb_dma_map *dma)
glxsb_dma_post_op(struct glxsb_softc *sc, struct glxsb_dma_map *dma)
glxsb_dma_free(struct glxsb_softc *sc, struct glxsb_dma_map *dma)