HomeSort by: relevance | last modified time | path
    Searched defs:qat_softc (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/pci/qat/
qatvar.h 179 struct qat_softc;
181 typedef int (*qat_cb_t)(struct qat_softc *, void *, void *);
215 struct qat_softc *qb_sc; /* back pointer to softc */
681 struct qat_softc *qcy_sc;
751 uint32_t (*qhw_get_accel_mask)(struct qat_softc *);
752 uint32_t (*qhw_get_ae_mask)(struct qat_softc *);
753 enum qat_sku (*qhw_get_sku)(struct qat_softc *);
754 uint32_t (*qhw_get_accel_cap)(struct qat_softc *);
755 const char *(*qhw_get_fw_uof_name)(struct qat_softc *);
756 void (*qhw_enable_intr)(struct qat_softc *);
807 struct qat_softc { struct
    [all...]

Completed in 12 milliseconds