| /dpdk/drivers/crypto/ipsec_mb/ |
| H A D | ipsec_mb_private.c | 108 dev->feature_flags = pmd_data->feature_flags; in ipsec_mb_create() 122 dev->feature_flags |= RTE_CRYPTODEV_FF_CPU_AVX512; in ipsec_mb_create() 125 dev->feature_flags |= RTE_CRYPTODEV_FF_CPU_AVX2; in ipsec_mb_create() 128 dev->feature_flags |= RTE_CRYPTODEV_FF_CPU_AVX; in ipsec_mb_create() 131 dev->feature_flags |= RTE_CRYPTODEV_FF_CPU_SSE; in ipsec_mb_create()
|
| H A D | ipsec_mb_ops.c | 88 dev_info->feature_flags = dev->feature_flags; in ipsec_mb_info_get()
|
| /dpdk/drivers/compress/isal/ |
| H A D | isal_compress_pmd_ops.c | 145 dev_info->feature_flags |= RTE_COMPDEV_FF_CPU_AVX512; in isal_comp_pmd_info_get() 147 dev_info->feature_flags |= RTE_COMPDEV_FF_CPU_AVX2; in isal_comp_pmd_info_get() 149 dev_info->feature_flags |= RTE_COMPDEV_FF_CPU_AVX; in isal_comp_pmd_info_get() 151 dev_info->feature_flags |= RTE_COMPDEV_FF_CPU_SSE; in isal_comp_pmd_info_get() 154 dev_info->feature_flags |= RTE_COMPDEV_FF_CPU_NEON; in isal_comp_pmd_info_get()
|
| /dpdk/drivers/crypto/qat/dev/ |
| H A D | qat_asym_pmd_gen1.c | 58 uint64_t feature_flags = RTE_CRYPTODEV_FF_ASYMMETRIC_CRYPTO | in qat_asym_crypto_feature_flags_get_gen1() local 64 return feature_flags; in qat_asym_crypto_feature_flags_get_gen1()
|
| /dpdk/drivers/crypto/cnxk/ |
| H A D | cnxk_cryptodev_ops.c | 61 dev->feature_flags = cnxk_cpt_default_ff_get() & ~conf->ff_disable; in cnxk_cpt_dev_config() 75 if (dev->feature_flags & RTE_CRYPTODEV_FF_ASYMMETRIC_CRYPTO) { in cnxk_cpt_dev_config() 145 if (dev->feature_flags & RTE_CRYPTODEV_FF_ASYMMETRIC_CRYPTO) { in cnxk_cpt_dev_close() 166 info->feature_flags = cnxk_cpt_default_ff_get(); in cnxk_cpt_dev_info_get() 191 if (dev->feature_flags & RTE_CRYPTODEV_FF_SYMMETRIC_CRYPTO) { in cnxk_cpt_metabuf_mempool_create() 196 if (dev->feature_flags & RTE_CRYPTODEV_FF_ASYMMETRIC_CRYPTO) { in cnxk_cpt_metabuf_mempool_create()
|
| H A D | cn9k_cryptodev.c | 98 dev->feature_flags = cnxk_cpt_default_ff_get(); in cn9k_cpt_pci_probe()
|
| H A D | cn10k_cryptodev.c | 100 dev->feature_flags = cnxk_cpt_default_ff_get(); in cn10k_cpt_pci_probe()
|
| /dpdk/app/test/ |
| H A D | test_cryptodev_blockcipher.c | 105 uint64_t feat_flags = dev_info.feature_flags; in test_blockcipher_one_case() 863 feat_flags = dev_info.feature_flags; in aes_chain_setup() 904 feat_flags = dev_info.feature_flags; in aes_cipheronly_setup() 936 feat_flags = dev_info.feature_flags; in aes_docsis_setup() 971 feat_flags = dev_info.feature_flags; in triple_des_chain_setup() 1004 feat_flags = dev_info.feature_flags; in triple_des_cipheronly_setup() 1034 feat_flags = dev_info.feature_flags; in des_cipheronly_setup() 1064 feat_flags = dev_info.feature_flags; in des_docsis_setup() 1108 feat_flags = dev_info.feature_flags; in authonly_setup()
|
| H A D | test_cryptodev.c | 881 !(dev_info.feature_flags & in pdcp_proto_testsuite_setup() 912 !(dev_info.feature_flags & in docsis_proto_testsuite_setup() 1250 feat_flags = dev_info.feature_flags; in mixed_cipher_hash_testsuite_setup() 8564 feat_flags = dev_info.feature_flags; in test_pdcp_proto_SGL() 13044 uint64_t feature_flags; in test_AES_GMAC_authentication_SGL() local 13066 feature_flags = dev_info.feature_flags; in test_AES_GMAC_authentication_SGL() 14310 if (sgl_in && (!(dev_info.feature_flags & in test_authenticated_encryption_SGL() 14329 if (!(dev_info.feature_flags & in test_authenticated_encryption_SGL() 14333 if (!(dev_info.feature_flags & in test_authenticated_encryption_SGL() 14337 if (!(dev_info.feature_flags & in test_authenticated_encryption_SGL() [all …]
|
| /dpdk/drivers/crypto/octeontx/ |
| H A D | otx_cryptodev_ops.c | 69 if (dev->feature_flags & RTE_CRYPTODEV_FF_ASYMMETRIC_CRYPTO) in otx_cpt_dev_config() 93 if (c_dev->feature_flags & RTE_CRYPTODEV_FF_ASYMMETRIC_CRYPTO) in otx_cpt_dev_stop() 125 info->feature_flags = dev->feature_flags; in otx_cpt_dev_info_get() 126 info->capabilities = otx_get_capabilities(info->feature_flags); in otx_cpt_dev_info_get() 1095 c_dev->feature_flags = RTE_CRYPTODEV_FF_ASYMMETRIC_CRYPTO | in otx_cpt_dev_create() 1101 c_dev->feature_flags = RTE_CRYPTODEV_FF_SYMMETRIC_CRYPTO | in otx_cpt_dev_create() 1123 if (c_dev->feature_flags & RTE_CRYPTODEV_FF_SYMMETRIC_CRYPTO) { in otx_cpt_dev_create()
|
| /dpdk/drivers/crypto/qat/ |
| H A D | qat_crypto.c | 54 info->feature_flags = dev->feature_flags; in qat_cryptodev_info_get()
|
| H A D | qat_sym.c | 254 cryptodev->feature_flags = gen_dev_ops->get_feature_flags(qat_pci_dev); in qat_sym_dev_create() 269 cryptodev->feature_flags |= RTE_CRYPTODEV_FF_SECURITY; in qat_sym_dev_create()
|
| /dpdk/lib/compressdev/ |
| H A D | rte_compressdev_internal.h | 81 uint64_t feature_flags; member
|
| H A D | rte_compressdev.h | 103 uint64_t feature_flags; /**< Feature flags */ member
|
| /dpdk/drivers/crypto/bcmfs/ |
| H A D | bcmfs_sym_pmd.c | 66 dev_info->feature_flags = dev->feature_flags; in bcmfs_sym_dev_info_get() 386 cryptodev->feature_flags = RTE_CRYPTODEV_FF_SYMMETRIC_CRYPTO | in bcmfs_sym_dev_create()
|
| /dpdk/drivers/crypto/armv8/ |
| H A D | rte_armv8_pmd_ops.c | 152 dev_info->feature_flags = dev->feature_flags; in armv8_crypto_pmd_info_get()
|
| /dpdk/drivers/compress/zlib/ |
| H A D | zlib_pmd_ops.c | 120 dev_info->feature_flags = dev->feature_flags; in zlib_pmd_info_get()
|
| /dpdk/drivers/crypto/null/ |
| H A D | null_crypto_pmd_ops.c | 126 dev_info->feature_flags = dev->feature_flags; in null_crypto_pmd_info_get()
|
| /dpdk/drivers/crypto/scheduler/ |
| H A D | rte_cryptodev_scheduler.c | 128 dev->feature_flags = 0; in update_scheduler_feature_flag() 135 dev->feature_flags |= dev_info.feature_flags; in update_scheduler_feature_flag()
|
| H A D | scheduler_pmd_ops.c | 357 dev_info->feature_flags = dev->feature_flags; in scheduler_pmd_info_get()
|
| /dpdk/drivers/compress/octeontx/ |
| H A D | otx_zip_pmd.c | 327 dev_info->feature_flags = dev->feature_flags; in zip_pmd_info_get() 602 compressdev->feature_flags = RTE_COMPDEV_FF_HW_ACCELERATED; in zip_pci_probe()
|
| /dpdk/drivers/net/bnx2x/ |
| H A D | ecore_mfw_req.h | 81 uint32_t feature_flags; /* Feature_Flags. */ member
|
| /dpdk/drivers/net/softnic/ |
| H A D | rte_eth_softnic_cryptodev.c | 101 if (dev_info.feature_flags & RTE_CRYPTODEV_FF_HW_ACCELERATED) in softnic_cryptodev_create()
|
| /dpdk/drivers/compress/qat/ |
| H A D | qat_comp_pmd.c | 586 info->feature_flags = dev->feature_flags; in qat_comp_dev_info_get() 714 compressdev->feature_flags = in qat_comp_dev_create()
|
| /dpdk/drivers/crypto/nitrox/ |
| H A D | nitrox_sym.c | 130 info->feature_flags = cdev->feature_flags; in nitrox_sym_dev_info_get() 774 cdev->feature_flags = RTE_CRYPTODEV_FF_SYMMETRIC_CRYPTO | in nitrox_sym_pmd_create()
|