Home
last modified time | relevance | path

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

/dpdk/drivers/common/qat/dev/
H A Dqat_dev_gen3.c16 [QAT_SERVICE_ASYMMETRIC] = {
18 .service_type = QAT_SERVICE_ASYMMETRIC,
H A Dqat_dev_gen1.c22 [QAT_SERVICE_ASYMMETRIC] = {
24 .service_type = QAT_SERVICE_ASYMMETRIC,
32 .service_type = QAT_SERVICE_ASYMMETRIC,
H A Dqat_dev_gen4.c100 return QAT_SERVICE_ASYMMETRIC; in gen4_pick_service()
130 if (service_type == QAT_SERVICE_ASYMMETRIC) { in qat_dev_read_config_gen4()
/dpdk/drivers/common/qat/
H A Dqat_common.h28 QAT_SERVICE_ASYMMETRIC, enumerator
H A Dqat_common.c15 case QAT_SERVICE_ASYMMETRIC: in qat_service_get_str()
/dpdk/drivers/crypto/qat/
H A Dqat_crypto.c56 if (service_type == QAT_SERVICE_ASYMMETRIC) in qat_cryptodev_info_get()
H A Dqat_asym.c1399 internals->service_type = QAT_SERVICE_ASYMMETRIC; in qat_asym_dev_create()