Home
last modified time | relevance | path

Searched refs:QAT_SERVICE_SYMMETRIC (Results 1 – 9 of 9) sorted by relevance

/dpdk/drivers/common/qat/dev/
H A Dqat_dev_gen3.c27 [QAT_SERVICE_SYMMETRIC] = {
29 .service_type = QAT_SERVICE_SYMMETRIC,
H A Dqat_dev_gen1.c41 [QAT_SERVICE_SYMMETRIC] = {
43 .service_type = QAT_SERVICE_SYMMETRIC,
51 .service_type = QAT_SERVICE_SYMMETRIC,
H A Dqat_dev_gen4.c96 return QAT_SERVICE_SYMMETRIC; in gen4_pick_service()
133 } else if (service_type == QAT_SERVICE_SYMMETRIC || in qat_dev_read_config_gen4()
/dpdk/drivers/crypto/qat/
H A Dqat_crypto.c59 if (service_type == QAT_SERVICE_SYMMETRIC) in qat_cryptodev_info_get()
151 qat_qp_conf.cookie_size = service_type == QAT_SERVICE_SYMMETRIC ? in qat_cryptodev_qp_setup()
169 if (service_type == QAT_SERVICE_SYMMETRIC) in qat_cryptodev_qp_setup()
H A Dqat_sym.c313 internals->service_type = QAT_SERVICE_SYMMETRIC; in qat_sym_dev_create()
/dpdk/drivers/common/qat/
H A Dqat_common.h29 QAT_SERVICE_SYMMETRIC, enumerator
H A Dqat_common.c13 case QAT_SERVICE_SYMMETRIC: in qat_service_get_str()
H A Dqat_qp.c602 if (tmp_qp->service_type == QAT_SERVICE_SYMMETRIC) in qat_enqueue_op_burst()
/dpdk/drivers/crypto/qat/dev/
H A Dqat_crypto_pmd_gen2.c147 qp = qat_sym_private->qat_dev->qps_in_use[QAT_SERVICE_SYMMETRIC][qp_id]; in qat_sym_crypto_qp_setup_gen2()