Home
last modified time | relevance | path

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

/dpdk/drivers/compress/qat/dev/
H A Dqat_comp_pmd_gen2.c18 qat_comp_gen_dev_ops[QAT_GEN2].compressdev_ops = in RTE_INIT()
20 qat_comp_gen_dev_ops[QAT_GEN2].qat_comp_get_capabilities = in RTE_INIT()
22 qat_comp_gen_dev_ops[QAT_GEN2].qat_comp_get_num_im_bufs_required = in RTE_INIT()
24 qat_comp_gen_dev_ops[QAT_GEN2].qat_comp_get_ram_bank_flags = in RTE_INIT()
26 qat_comp_gen_dev_ops[QAT_GEN2].qat_comp_set_slice_cfg_word = in RTE_INIT()
28 qat_comp_gen_dev_ops[QAT_GEN2].qat_comp_get_feature_flags = in RTE_INIT()
/dpdk/drivers/common/qat/dev/
H A Dqat_dev_gen2.c34 qat_qp_hw_spec[QAT_GEN2] = &qat_qp_hw_spec_gen2; in RTE_INIT()
35 qat_dev_hw_spec[QAT_GEN2] = &qat_dev_hw_spec_gen2; in RTE_INIT()
36 qat_gen_config[QAT_GEN2].dev_gen = QAT_GEN2; in RTE_INIT()
/dpdk/drivers/crypto/qat/dev/
H A Dqat_crypto_pmd_gen2.c289 qat_sym_gen_dev_ops[QAT_GEN2].cryptodev_ops = &qat_sym_crypto_ops_gen2; in RTE_INIT()
290 qat_sym_gen_dev_ops[QAT_GEN2].get_capabilities = in RTE_INIT()
292 qat_sym_gen_dev_ops[QAT_GEN2].set_session = in RTE_INIT()
294 qat_sym_gen_dev_ops[QAT_GEN2].set_raw_dp_ctx = in RTE_INIT()
296 qat_sym_gen_dev_ops[QAT_GEN2].get_feature_flags = in RTE_INIT()
300 qat_sym_gen_dev_ops[QAT_GEN2].create_security_ctx = in RTE_INIT()
307 qat_asym_gen_dev_ops[QAT_GEN2].cryptodev_ops = in RTE_INIT()
309 qat_asym_gen_dev_ops[QAT_GEN2].get_capabilities = in RTE_INIT()
311 qat_asym_gen_dev_ops[QAT_GEN2].get_feature_flags = in RTE_INIT()
313 qat_asym_gen_dev_ops[QAT_GEN2].set_session = in RTE_INIT()
/dpdk/drivers/common/qat/
H A Dqat_common.h21 QAT_GEN2, enumerator
H A Dqat_device.c192 qat_dev_gen = QAT_GEN2; in qat_pci_device_allocate()