glxsb_softc
CFATTACH_DECL_NEW(glxsb, sizeof(struct glxsb_softc),
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 = device_private(self);
struct glxsb_softc *sc = v;
glxsb_crypto_setup(struct glxsb_softc *sc)
struct glxsb_softc *sc = aux;
struct glxsb_softc *sc = aux;
glxsb_aes(struct glxsb_softc *sc, uint32_t control, uint32_t psrc,
struct glxsb_softc *sc = aux;
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)