Searched defs:qat_softc (Results 1 – 2 of 2) sorted by relevance
558 struct qat_ocf_softc *qat_softc; in qat_ocf_newsession() local1020 qat_ocf_start_instances(struct qat_ocf_softc *qat_softc, device_t dev) in qat_ocf_start_instances()1109 qat_ocf_stop_instances(struct qat_ocf_softc *qat_softc) in qat_ocf_stop_instances()1133 qat_ocf_deinit(struct qat_ocf_softc *qat_softc) in qat_ocf_deinit()1154 qat_ocf_init(struct qat_ocf_softc *qat_softc) in qat_ocf_init()1188 struct qat_ocf_softc *qat_softc = NULL; in qat_ocf_sysctl_handle() local1219 struct qat_ocf_softc *qat_softc; in qat_ocf_attach() local1258 struct qat_ocf_softc *qat_softc = device_get_softc(dev); in qat_ocf_detach() local
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 …]