Home
last modified time | relevance | path

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

/dpdk/examples/ip_pipeline/
H A Dcryptodev.c95 dev_conf.ff_disable = 0; in cryptodev_create()
/dpdk/examples/pipeline/
H A Dobj.c231 dev_conf.ff_disable = 0; in cryptodev_config()
/dpdk/app/test/
H A Dtest_cryptodev_crosscheck.c429 ts_params->conf.ff_disable = RTE_CRYPTODEV_FF_SECURITY; in crosscheck_init()
509 dev_configure_and_start(uint64_t ff_disable) in dev_configure_and_start() argument
516 ts_params->conf.ff_disable = ff_disable; in dev_configure_and_start()
/dpdk/drivers/crypto/mlx5/
H A Dmlx5_crypto.c126 if ((config->ff_disable & RTE_CRYPTODEV_FF_SYMMETRIC_CRYPTO) != 0) { in mlx5_crypto_dev_configure()
/dpdk/lib/cryptodev/
H A Dcryptodev_trace.h28 rte_trace_point_emit_i64(conf->ff_disable);
H A Drte_cryptodev.h793 uint64_t ff_disable;
752 uint64_t ff_disable; global() member
/dpdk/examples/vhost_crypto/
H A Dmain.c533 config.ff_disable = RTE_CRYPTODEV_FF_SECURITY; in main()
/dpdk/examples/fips_validation/
H A Dfips_dev_self_test.c1538 conf.ff_disable = 0; in fips_dev_auto_test_init()
/dpdk/examples/l2fwd-crypto/
H A Dmain.c2366 .ff_disable = RTE_CRYPTODEV_FF_SECURITY, in initialize_cryptodevs()
/dpdk/examples/ipsec-secgw/
H A Dipsec-secgw.c1747 dev_conf.ff_disable = RTE_CRYPTODEV_FF_ASYMMETRIC_CRYPTO; in cryptodevs_init()