Home
last modified time | relevance | path

Searched refs:QAT_GEN3 (Results 1 – 6 of 6) sorted by relevance

/dpdk/drivers/compress/qat/dev/
H A Dqat_comp_pmd_gen3.c18 qat_comp_gen_dev_ops[QAT_GEN3].compressdev_ops = in RTE_INIT()
20 qat_comp_gen_dev_ops[QAT_GEN3].qat_comp_get_capabilities = in RTE_INIT()
22 qat_comp_gen_dev_ops[QAT_GEN3].qat_comp_get_num_im_bufs_required = in RTE_INIT()
24 qat_comp_gen_dev_ops[QAT_GEN3].qat_comp_get_ram_bank_flags = in RTE_INIT()
26 qat_comp_gen_dev_ops[QAT_GEN3].qat_comp_set_slice_cfg_word = in RTE_INIT()
28 qat_comp_gen_dev_ops[QAT_GEN3].qat_comp_get_feature_flags = in RTE_INIT()
/dpdk/drivers/common/qat/dev/
H A Dqat_dev_gen3.c80 qat_qp_hw_spec[QAT_GEN3] = &qat_qp_hw_spec_gen3; in RTE_INIT()
81 qat_dev_hw_spec[QAT_GEN3] = &qat_dev_hw_spec_gen3; in RTE_INIT()
82 qat_gen_config[QAT_GEN3].dev_gen = QAT_GEN3; in RTE_INIT()
/dpdk/drivers/crypto/qat/dev/
H A Dqat_crypto_pmd_gen3.c634 qat_sym_gen_dev_ops[QAT_GEN3].cryptodev_ops = &qat_sym_crypto_ops_gen1; in RTE_INIT()
635 qat_sym_gen_dev_ops[QAT_GEN3].get_capabilities = in RTE_INIT()
637 qat_sym_gen_dev_ops[QAT_GEN3].get_feature_flags = in RTE_INIT()
639 qat_sym_gen_dev_ops[QAT_GEN3].set_session = in RTE_INIT()
641 qat_sym_gen_dev_ops[QAT_GEN3].set_raw_dp_ctx = in RTE_INIT()
644 qat_sym_gen_dev_ops[QAT_GEN3].create_security_ctx = in RTE_INIT()
651 qat_asym_gen_dev_ops[QAT_GEN3].cryptodev_ops = NULL; in RTE_INIT()
652 qat_asym_gen_dev_ops[QAT_GEN3].get_capabilities = NULL; in RTE_INIT()
653 qat_asym_gen_dev_ops[QAT_GEN3].get_feature_flags = NULL; in RTE_INIT()
654 qat_asym_gen_dev_ops[QAT_GEN3].set_session = NULL; in RTE_INIT()
/dpdk/drivers/common/qat/
H A Dqat_common.h22 QAT_GEN3, enumerator
H A Dqat_device.c195 qat_dev_gen = QAT_GEN3; in qat_pci_device_allocate()
/dpdk/drivers/crypto/qat/
H A Dqat_sym_session.c534 qat_dev_gen == QAT_GEN3 && in qat_sym_session_set_parameters()
832 if (qat_dev_gen < QAT_GEN3) in qat_sym_session_configure_aead()