Searched refs:sec_softc (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/sec/ |
H A D | sec.c | 65 static int sec_setup_intr(struct sec_softc *sc, struct resource **ires, 67 static void sec_release_intr(struct sec_softc *sc, struct resource *ires, 69 static int sec_controller_reset(struct sec_softc *sc); 70 static int sec_channel_reset(struct sec_softc *sc, int channel, int full); 71 static int sec_init(struct sec_softc *sc); 72 static int sec_alloc_dma_mem(struct sec_softc *sc, 74 static int sec_desc_map_dma(struct sec_softc *sc, 78 static void sec_enqueue(struct sec_softc *sc); 79 static int sec_enqueue_desc(struct sec_softc *sc, struct sec_desc *desc, 81 static int sec_eu_channel(struct sec_softc *sc, int eu); [all …]
|
H A D | sec.h | 58 struct sec_softc; 147 int (*sem_make_desc)(struct sec_softc *sc, 160 struct sec_softc *sdmi_sc; 168 struct sec_softc { struct
|