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

/freebsd-13-stable/sys/dev/sec/
H A Dsec.c68 static int sec_setup_intr(struct sec_softc *sc, struct resource **ires,
70 static void sec_release_intr(struct sec_softc *sc, struct resource *ires,
72 static int sec_controller_reset(struct sec_softc *sc);
73 static int sec_channel_reset(struct sec_softc *sc, int channel, int full);
74 static int sec_init(struct sec_softc *sc);
75 static int sec_alloc_dma_mem(struct sec_softc *sc,
77 static int sec_desc_map_dma(struct sec_softc *sc,
81 static void sec_enqueue(struct sec_softc *sc);
82 static int sec_enqueue_desc(struct sec_softc *sc, struct sec_desc *desc,
84 static int sec_eu_channel(struct sec_softc *s
[all...]
H A Dsec.h60 struct sec_softc;
149 int (*sem_make_desc)(struct sec_softc *sc,
162 struct sec_softc *sdmi_sc;
170 struct sec_softc { struct

Completed in 168 milliseconds