Home
last modified time | relevance | path

Searched refs:mvcesa_softc (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/dev/marvell/
H A Dmvcesa.c65 struct mvcesa_softc { struct
86 static int mvcesa_authentication(struct mvcesa_softc *, struct mvcesa_session *, argument
89 static int mvcesa_des_encdec(struct mvcesa_softc *, struct mvcesa_session *,
94 CFATTACH_DECL_NEW(mvcesa_gt, sizeof(struct mvcesa_softc),
96 CFATTACH_DECL_NEW(mvcesa_mbus, sizeof(struct mvcesa_softc),
120 struct mvcesa_softc *sc = device_private(self); in mvcesa_attach()
178 struct mvcesa_softc *sc = (struct mvcesa_softc *)arg; in mvcesa_intr()
197 struct mvcesa_softc *sc = (struct mvcesa_softc *)arg; in mvcesa_newsession()
331 struct mvcesa_softc *sc = (struct mvcesa_softc *)arg; in mvcesa_freesession()
346 struct mvcesa_softc *sc = arg; in mvcesa_process()
[all …]