Searched defs:qat_softc (Results 1 – 2 of 2) sorted by relevance
558 struct qat_ocf_softc *qat_softc; in qat_ocf_newsession() local 1022 qat_ocf_start_instances(struct qat_ocf_softc * qat_softc,device_t dev) qat_ocf_start_instances() argument 1111 qat_ocf_stop_instances(struct qat_ocf_softc * qat_softc) qat_ocf_stop_instances() argument 1135 qat_ocf_deinit(struct qat_ocf_softc * qat_softc) qat_ocf_deinit() argument 1156 qat_ocf_init(struct qat_ocf_softc * qat_softc) qat_ocf_init() argument 1190 struct qat_ocf_softc *qat_softc = NULL; qat_ocf_sysctl_handle() local 1221 struct qat_ocf_softc *qat_softc; qat_ocf_attach() local 1260 struct qat_ocf_softc *qat_softc = device_get_softc(dev); qat_ocf_detach() local [all...]
776 struct qat_softc { struct777 device_t sc_dev;779 struct resource *sc_res[MAX_BARS];780 int sc_rid[MAX_BARS];781 bus_space_tag_t sc_csrt[MAX_BARS];782 bus_space_handle_t sc_csrh[MAX_BARS];784 uint32_t sc_ae_num;785 uint32_t sc_ae_mask;787 struct qat_crypto sc_crypto; /* crypto services */789 struct qat_hw sc_hw;[all …]