Home
last modified time | relevance | path

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

/dpdk/drivers/compress/qat/dev/
H A Dqat_comp_pmd_gen4.c201 qat_comp_gen_dev_ops[QAT_GEN4].compressdev_ops = in RTE_INIT()
203 qat_comp_gen_dev_ops[QAT_GEN4].qat_comp_get_capabilities = in RTE_INIT()
205 qat_comp_gen_dev_ops[QAT_GEN4].qat_comp_get_num_im_bufs_required = in RTE_INIT()
207 qat_comp_gen_dev_ops[QAT_GEN4].qat_comp_get_ram_bank_flags = in RTE_INIT()
209 qat_comp_gen_dev_ops[QAT_GEN4].qat_comp_set_slice_cfg_word = in RTE_INIT()
211 qat_comp_gen_dev_ops[QAT_GEN4].qat_comp_get_feature_flags = in RTE_INIT()
/dpdk/drivers/crypto/qat/dev/
H A Dqat_crypto_pmd_gen4.c361 qat_sym_gen_dev_ops[QAT_GEN4].cryptodev_ops = &qat_sym_crypto_ops_gen1; in RTE_INIT()
362 qat_sym_gen_dev_ops[QAT_GEN4].get_capabilities = in RTE_INIT()
364 qat_sym_gen_dev_ops[QAT_GEN4].set_session = in RTE_INIT()
366 qat_sym_gen_dev_ops[QAT_GEN4].set_raw_dp_ctx = in RTE_INIT()
368 qat_sym_gen_dev_ops[QAT_GEN4].get_feature_flags = in RTE_INIT()
371 qat_sym_gen_dev_ops[QAT_GEN4].create_security_ctx = in RTE_INIT()
378 qat_asym_gen_dev_ops[QAT_GEN4].cryptodev_ops = NULL; in RTE_INIT()
379 qat_asym_gen_dev_ops[QAT_GEN4].get_capabilities = NULL; in RTE_INIT()
380 qat_asym_gen_dev_ops[QAT_GEN4].get_feature_flags = NULL; in RTE_INIT()
381 qat_asym_gen_dev_ops[QAT_GEN4].set_session = NULL; in RTE_INIT()
/dpdk/drivers/common/qat/dev/
H A Dqat_dev_gen4.c301 qat_qp_hw_spec[QAT_GEN4] = &qat_qp_hw_spec_gen4; in RTE_INIT()
302 qat_dev_hw_spec[QAT_GEN4] = &qat_dev_hw_spec_gen4; in RTE_INIT()
303 qat_gen_config[QAT_GEN4].dev_gen = QAT_GEN4; in RTE_INIT()
304 qat_gen_config[QAT_GEN4].pf2vf_dev = &qat_pf2vf_gen4; in RTE_INIT()
/dpdk/drivers/common/qat/
H A Dqat_common.h23 QAT_GEN4, enumerator
H A Dqat_device.c199 qat_dev_gen = QAT_GEN4; in qat_pci_device_allocate()
/dpdk/drivers/crypto/qat/
H A Dqat_sym_session.c300 if (qat_dev_gen == QAT_GEN4) in qat_sym_session_configure_cipher()
699 if (qat_dev_gen == QAT_GEN4) { in qat_sym_session_configure_auth()
825 if (qat_dev_gen == QAT_GEN4) in qat_sym_session_configure_aead()
845 if (qat_dev_gen == QAT_GEN4) in qat_sym_session_configure_aead()
851 if (qat_dev_gen == QAT_GEN4) in qat_sym_session_configure_aead()