Home
last modified time | relevance | path

Searched refs:ff_disable (Results 1 – 15 of 15) sorted by relevance

/dpdk/lib/cryptodev/
H A Drte_cryptodev_trace.h28 rte_trace_point_emit_i64(conf->ff_disable);
H A Drte_cryptodev.h676 uint64_t ff_disable; member
/dpdk/examples/ip_pipeline/
H A Dcryptodev.c95 dev_conf.ff_disable = 0; in cryptodev_create()
/dpdk/app/test-crypto-perf/
H A Dmain.c247 conf.ff_disable |= (RTE_CRYPTODEV_FF_SECURITY | in cperf_initialize_cryptodev()
255 conf.ff_disable |= RTE_CRYPTODEV_FF_SECURITY; in cperf_initialize_cryptodev()
262 conf.ff_disable |= RTE_CRYPTODEV_FF_ASYMMETRIC_CRYPTO; in cperf_initialize_cryptodev()
/dpdk/examples/vhost_crypto/
H A Dmain.c536 config.ff_disable = RTE_CRYPTODEV_FF_SECURITY; in main()
/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()
/dpdk/app/test/
H A Dtest_event_crypto_adapter.c583 conf.ff_disable = RTE_CRYPTODEV_FF_SECURITY; in configure_cryptodev()
H A Dtest_cryptodev_asym.c877 ts_params->conf.ff_disable = RTE_CRYPTODEV_FF_SECURITY | in testsuite_setup()
H A Dtest_ipsec.c355 ts_params->conf.ff_disable = RTE_CRYPTODEV_FF_ASYMMETRIC_CRYPTO; in testsuite_setup()
H A Dtest_cryptodev.c138 dev_configure_and_start(uint64_t ff_disable);
625 ts_params->conf.ff_disable = RTE_CRYPTODEV_FF_SECURITY; in testsuite_setup()
1371 dev_configure_and_start(uint64_t ff_disable) in dev_configure_and_start() argument
1383 ts_params->conf.ff_disable = ff_disable; in dev_configure_and_start()
/dpdk/drivers/crypto/mlx5/
H A Dmlx5_crypto.c124 if ((config->ff_disable & RTE_CRYPTODEV_FF_SYMMETRIC_CRYPTO) != 0) { in mlx5_crypto_dev_configure()
/dpdk/examples/fips_validation/
H A Dfips_dev_self_test.c1547 conf.ff_disable = 0; in fips_dev_auto_test_init()
/dpdk/app/test-eventdev/
H A Dtest_perf_common.c1227 conf.ff_disable = RTE_CRYPTODEV_FF_SECURITY; in perf_cryptodev_setup()
/dpdk/examples/l2fwd-crypto/
H A Dmain.c2372 .ff_disable = RTE_CRYPTODEV_FF_SECURITY, in initialize_cryptodevs()
/dpdk/examples/ipsec-secgw/
H A Dipsec-secgw.c2218 dev_conf.ff_disable = RTE_CRYPTODEV_FF_ASYMMETRIC_CRYPTO; in cryptodevs_init()