Searched refs:sec_softc (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12-stable/sys/dev/sec/ |
| D | sec.c | 67 static int sec_setup_intr(struct sec_softc *sc, struct resource **ires, 69 static void sec_release_intr(struct sec_softc *sc, struct resource *ires, 71 static int sec_controller_reset(struct sec_softc *sc); 72 static int sec_channel_reset(struct sec_softc *sc, int channel, int full); 73 static int sec_init(struct sec_softc *sc); 74 static int sec_alloc_dma_mem(struct sec_softc *sc, 76 static int sec_desc_map_dma(struct sec_softc *sc, 80 static void sec_enqueue(struct sec_softc *sc); 81 static int sec_enqueue_desc(struct sec_softc *sc, struct sec_desc *desc, 83 static int sec_eu_channel(struct sec_softc *sc, int eu); [all …]
|
| D | sec.h | 60 struct sec_softc; 147 int (*sem_newsession)(struct sec_softc *sc, 150 int (*sem_make_desc)(struct sec_softc *sc, 165 struct sec_softc *sdmi_sc; 173 struct sec_softc { struct
|