Home
last modified time | relevance | path

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

/freebsd/sys/dev/qat_c2xxx/
H A Dqat_c2xxx.c205 .qhw_get_sku = qat_c2xxx_get_sku,
H A Dqatvar.h719 enum qat_sku (*qhw_get_sku)(struct qat_softc *); member
H A Dqat.c363 sc->sc_sku = sc->sc_hw.qhw_get_sku(sc); in qat_attach()