Home
last modified time | relevance | path

Searched refs:qat_hw (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/modules/qat/qat_hw/
H A DMakefile3 .PATH: ${SRCTOP}/sys/dev/qat/qat_hw
5 KMOD= qat_hw
/freebsd/sys/modules/qat/
H A DMakefile5 qat_hw \
/freebsd/sys/dev/qat_c2xxx/
H A Dqat_c2xxx.c177 const struct qat_hw qat_hw_c2xxx = {
H A Dqatvar.h673 struct qat_hw { struct
789 struct qat_hw sc_hw;
H A Dqat.c93 extern struct qat_hw qat_hw_c2xxx;
103 const struct qat_hw *qatp_hw;
337 memcpy(&sc->sc_hw, qatp->qatp_hw, sizeof(struct qat_hw)); in qat_attach()