Lines Matching refs:sec_softc
343 struct sec_softc *sess_sc;
362 static int sec_reset(struct sec_softc *);
363 static int sec_rng_init(struct sec_softc *);
387 static DEFINE_CLASS_0(sec, sec_driver, sec_methods, sizeof(struct sec_softc));
411 struct sec_softc *sc = device_get_softc(dev); in sec_attach()
491 struct sec_softc *sc = device_get_softc(dev); in sec_detach()
535 struct sec_softc *sc = arg; in sec_intr()
591 sec_decode_status(struct sec_softc *sc, uint32_t status) in sec_decode_status()
620 sec_complete_one(struct sec_softc *sc, uint64_t desc_pa, uint32_t status) in sec_complete_one()
1404 struct sec_softc *sc = device_get_softc(dev); in sec_new_session()
2051 struct sec_softc *sc = device_get_softc(dev); in sec_process()
2150 sec_reset(struct sec_softc *sc) in sec_reset()
2190 sec_deco_rng_init(struct sec_softc *sc, int sh) in sec_deco_rng_init()
2252 sec_rng_init(struct sec_softc *sc) in sec_rng_init()