Searched refs:qat_hw (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/sys/dev/pci/qat/
H A Dqat_c2xxx.c162 const struct qat_hw qat_hw_c2xxx = {
H A Dqat_c3xxx.c250 const struct qat_hw qat_hw_c3xxx = {
H A Dqat_c62x.c266 const struct qat_hw qat_hw_c62x = {
H A Dqat_d15xx.c266 const struct qat_hw qat_hw_d15xx = {
H A Dqat.c94 extern struct qat_hw qat_hw_c2xxx;
95 extern struct qat_hw qat_hw_c3xxx;
96 extern struct qat_hw qat_hw_c62x;
97 extern struct qat_hw qat_hw_d15xx;
104 const struct qat_hw *qatp_hw;
423 memcpy(&sc->sc_hw, qatp->qatp_hw, sizeof(struct qat_hw));
H A Dqatvar.h527 /* Basis of values are guaranteed in qat_hw*var.h with CTASSERT */
604 /* Basis of values are guaranteed in qat_hw*var.h with CTASSERT */
706 struct qat_hw { struct
824 struct qat_hw sc_hw;

Completed in 85 milliseconds