Home
last modified time | relevance | path

Searched refs:feature_flags (Results 1 – 25 of 66) sorted by relevance

123

/dpdk/drivers/crypto/ipsec_mb/
H A Dipsec_mb_private.c108 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 Dipsec_mb_ops.c88 dev_info->feature_flags = dev->feature_flags; in ipsec_mb_info_get()
/dpdk/drivers/compress/isal/
H A Disal_compress_pmd_ops.c145 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 Dqat_asym_pmd_gen1.c58 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 Dcnxk_cryptodev_ops.c61 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 Dcn9k_cryptodev.c98 dev->feature_flags = cnxk_cpt_default_ff_get(); in cn9k_cpt_pci_probe()
H A Dcn10k_cryptodev.c100 dev->feature_flags = cnxk_cpt_default_ff_get(); in cn10k_cpt_pci_probe()
/dpdk/app/test/
H A Dtest_cryptodev_blockcipher.c105 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 Dtest_cryptodev.c881 !(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 Dotx_cryptodev_ops.c69 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 Dqat_crypto.c54 info->feature_flags = dev->feature_flags; in qat_cryptodev_info_get()
H A Dqat_sym.c254 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 Drte_compressdev_internal.h81 uint64_t feature_flags; member
H A Drte_compressdev.h103 uint64_t feature_flags; /**< Feature flags */ member
/dpdk/drivers/crypto/bcmfs/
H A Dbcmfs_sym_pmd.c66 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 Drte_armv8_pmd_ops.c152 dev_info->feature_flags = dev->feature_flags; in armv8_crypto_pmd_info_get()
/dpdk/drivers/compress/zlib/
H A Dzlib_pmd_ops.c120 dev_info->feature_flags = dev->feature_flags; in zlib_pmd_info_get()
/dpdk/drivers/crypto/null/
H A Dnull_crypto_pmd_ops.c126 dev_info->feature_flags = dev->feature_flags; in null_crypto_pmd_info_get()
/dpdk/drivers/crypto/scheduler/
H A Drte_cryptodev_scheduler.c128 dev->feature_flags = 0; in update_scheduler_feature_flag()
135 dev->feature_flags |= dev_info.feature_flags; in update_scheduler_feature_flag()
H A Dscheduler_pmd_ops.c357 dev_info->feature_flags = dev->feature_flags; in scheduler_pmd_info_get()
/dpdk/drivers/compress/octeontx/
H A Dotx_zip_pmd.c327 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 Decore_mfw_req.h81 uint32_t feature_flags; /* Feature_Flags. */ member
/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_cryptodev.c101 if (dev_info.feature_flags & RTE_CRYPTODEV_FF_HW_ACCELERATED) in softnic_cryptodev_create()
/dpdk/drivers/compress/qat/
H A Dqat_comp_pmd.c586 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 Dnitrox_sym.c130 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()

123