Home
last modified time | relevance | path

Searched refs:cryptodev_ops (Results 1 – 8 of 8) sorted by relevance

/dpdk/drivers/crypto/qat/dev/
H A Dqat_asym_pmd_gen1.c76 qat_asym_gen_dev_ops[QAT_GEN1].cryptodev_ops = in RTE_INIT()
H A Dqat_crypto_pmd_gen2.c289 qat_sym_gen_dev_ops[QAT_GEN2].cryptodev_ops = &qat_sym_crypto_ops_gen2; in RTE_INIT()
307 qat_asym_gen_dev_ops[QAT_GEN2].cryptodev_ops = in RTE_INIT()
H A Dqat_crypto_pmd_gen4.c361 qat_sym_gen_dev_ops[QAT_GEN4].cryptodev_ops = &qat_sym_crypto_ops_gen1; in RTE_INIT()
378 qat_asym_gen_dev_ops[QAT_GEN4].cryptodev_ops = NULL; in RTE_INIT()
H A Dqat_crypto_pmd_gen3.c634 qat_sym_gen_dev_ops[QAT_GEN3].cryptodev_ops = &qat_sym_crypto_ops_gen1; in RTE_INIT()
651 qat_asym_gen_dev_ops[QAT_GEN3].cryptodev_ops = NULL; 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()
/dpdk/drivers/crypto/qat/
H A Dqat_crypto.h61 struct rte_cryptodev_ops *cryptodev_ops; member
H A Dqat_sym.c210 if (gen_dev_ops->cryptodev_ops == NULL) { in qat_sym_dev_create()
249 cryptodev->dev_ops = gen_dev_ops->cryptodev_ops; in qat_sym_dev_create()
H A Dqat_asym.c1315 if (gen_dev_ops->cryptodev_ops == NULL) { in qat_asym_dev_create()
1348 cryptodev->dev_ops = gen_dev_ops->cryptodev_ops; in qat_asym_dev_create()