Home
last modified time | relevance | path

Searched refs:QAT_GEN1 (Results 1 – 7 of 7) sorted by relevance

/dpdk/drivers/compress/qat/dev/
H A Dqat_comp_pmd_gen1.c164 qat_comp_gen_dev_ops[QAT_GEN1].compressdev_ops = in RTE_INIT()
166 qat_comp_gen_dev_ops[QAT_GEN1].qat_comp_get_capabilities = in RTE_INIT()
168 qat_comp_gen_dev_ops[QAT_GEN1].qat_comp_get_num_im_bufs_required = in RTE_INIT()
170 qat_comp_gen_dev_ops[QAT_GEN1].qat_comp_get_ram_bank_flags = in RTE_INIT()
172 qat_comp_gen_dev_ops[QAT_GEN1].qat_comp_set_slice_cfg_word = in RTE_INIT()
174 qat_comp_gen_dev_ops[QAT_GEN1].qat_comp_get_feature_flags = in RTE_INIT()
/dpdk/drivers/crypto/qat/dev/
H A Dqat_asym_pmd_gen1.c76 qat_asym_gen_dev_ops[QAT_GEN1].cryptodev_ops = in RTE_INIT()
78 qat_asym_gen_dev_ops[QAT_GEN1].get_capabilities = in RTE_INIT()
80 qat_asym_gen_dev_ops[QAT_GEN1].get_feature_flags = in RTE_INIT()
H A Dqat_sym_pmd_gen1.c1212 qat_sym_gen_dev_ops[QAT_GEN1].cryptodev_ops = &qat_sym_crypto_ops_gen1; in RTE_INIT()
1213 qat_sym_gen_dev_ops[QAT_GEN1].get_capabilities = in RTE_INIT()
1215 qat_sym_gen_dev_ops[QAT_GEN1].set_session = in RTE_INIT()
1217 qat_sym_gen_dev_ops[QAT_GEN1].set_raw_dp_ctx = in RTE_INIT()
1219 qat_sym_gen_dev_ops[QAT_GEN1].get_feature_flags = in RTE_INIT()
1222 qat_sym_gen_dev_ops[QAT_GEN1].create_security_ctx = in RTE_INIT()
/dpdk/drivers/common/qat/dev/
H A Dqat_dev_gen1.c254 qat_qp_hw_spec[QAT_GEN1] = &qat_qp_hw_spec_gen1; in RTE_INIT()
255 qat_dev_hw_spec[QAT_GEN1] = &qat_dev_hw_spec_gen1; in RTE_INIT()
256 qat_gen_config[QAT_GEN1].dev_gen = QAT_GEN1; in RTE_INIT()
/dpdk/drivers/common/qat/
H A Dqat_common.h20 QAT_GEN1, enumerator
H A Dqat_device.c186 qat_dev_gen = QAT_GEN1; in qat_pci_device_allocate()
/dpdk/drivers/compress/qat/
H A Dqat_comp_pmd.c735 capabilities_info = qat_comp_get_capa_info(QAT_GEN1, in qat_comp_dev_create()