Searched refs:sec_softc (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/sys/dev/sec/
H A Dsec.c64 static int sec_setup_intr(struct sec_softc *sc, struct resource **ires,
66 static void sec_release_intr(struct sec_softc *sc, struct resource *ires,
68 static int sec_controller_reset(struct sec_softc *sc);
69 static int sec_channel_reset(struct sec_softc *sc, int channel, int full);
70 static int sec_init(struct sec_softc *sc);
71 static int sec_alloc_dma_mem(struct sec_softc *sc,
73 static int sec_desc_map_dma(struct sec_softc *sc,
77 static void sec_enqueue(struct sec_softc *sc);
78 static int sec_enqueue_desc(struct sec_softc *sc, struct sec_desc *desc,
80 static int sec_eu_channel(struct sec_softc *s
[all...]
H A Dsec.h58 struct sec_softc;
145 int (*sem_newsession)(struct sec_softc *sc,
148 int (*sem_make_desc)(struct sec_softc *sc,
164 struct sec_softc *sdmi_sc;
172 struct sec_softc { struct

Completed in 42 milliseconds