qat_hw
const struct qat_hw *qatp_hw;
memcpy(&sc->sc_hw, qatp->qatp_hw, sizeof(struct qat_hw));
extern struct qat_hw qat_hw_c2xxx;
extern struct qat_hw qat_hw_c3xxx;
extern struct qat_hw qat_hw_c62x;
extern struct qat_hw qat_hw_d15xx;
const struct qat_hw qat_hw_c2xxx = {
const struct qat_hw qat_hw_c3xxx = {
const struct qat_hw qat_hw_c62x = {
const struct qat_hw qat_hw_d15xx = {
struct qat_hw sc_hw;