Home
last modified time | relevance | path

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

/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()
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()
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()
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/crypto/qat/
H A Dqat_sym.c19 struct qat_crypto_gen_dev_ops qat_sym_gen_dev_ops[QAT_N_GENS]; variable
90 qat_sym_gen_dev_ops[dev_gen].set_session( in qat_sym_build_request()
143 qat_sym_gen_dev_ops[dev_gen].set_session( in qat_sym_build_request()
203 &qat_sym_gen_dev_ops[qat_pci_dev->qat_dev_gen]; in qat_sym_dev_create()
366 &qat_sym_gen_dev_ops[qat_dev_gen]; in qat_sym_configure_dp_ctx()
H A Dqat_crypto.h69 extern struct qat_crypto_gen_dev_ops qat_sym_gen_dev_ops[];
H A Dqat_sym_session.c591 return qat_sym_gen_dev_ops[qat_dev_gen].set_session((void *)dev, in qat_sym_session_set_parameters()
2236 return qat_sym_gen_dev_ops[qat_dev_gen].set_session((void *)cdev, in qat_security_session_create()