Home
last modified time | relevance | path

Searched refs:rte_cryptodev_count (Results 1 – 18 of 18) sorted by relevance

/dpdk/lib/eventdev/
H A Drte_event_crypto_adapter.c364 rte_cryptodev_count() * in rte_event_crypto_adapter_create_ext()
375 for (i = 0; i < rte_cryptodev_count(); i++) in rte_event_crypto_adapter_create_ext()
558 uint16_t num_cdev = rte_cryptodev_count(); in eca_crypto_enq_flush()
733 uint16_t num_cdev = rte_cryptodev_count(); in eca_crypto_adapter_deq_run()
1174 for (i = 0; i < rte_cryptodev_count(); i++) { in eca_adapter_ctrl()
1239 for (i = 0; i < rte_cryptodev_count(); i++) { in rte_event_crypto_adapter_stats_get()
1279 for (i = 0; i < rte_cryptodev_count(); i++) { in rte_event_crypto_adapter_stats_reset()
/dpdk/lib/cryptodev/
H A Dversion.map16 rte_cryptodev_count;
H A Drte_cryptodev.h631 rte_cryptodev_count(void);
H A Drte_cryptodev.c705 rte_cryptodev_count(void) in rte_cryptodev_count() function
2488 if (rte_cryptodev_count() < 1) in cryptodev_handle_dev_list()
/dpdk/app/test-eventdev/
H A Devt_options.h301 evt_dump("nb_cryptodev", "%u", rte_cryptodev_count()); in evt_dump_producer_type()
H A Dtest_perf_atq.c302 cdev_count = rte_cryptodev_count(); in perf_atq_eventdev_setup()
H A Dtest_perf_queue.c319 cdev_count = rte_cryptodev_count(); in perf_queue_eventdev_setup()
H A Dtest_perf_common.c1158 cdev_count = rte_cryptodev_count(); in perf_cryptodev_setup()
1266 uint8_t cdev_id, cdev_count = rte_cryptodev_count(); in perf_cryptodev_destroy()
/dpdk/app/test-crypto-perf/
H A Dmain.c177 for (cdev_id = 0; cdev_id < rte_cryptodev_count(); cdev_id++) { in cperf_initialize_cryptodev()
183 for (cdev_id = 0; cdev_id < rte_cryptodev_count(); cdev_id++) { in cperf_initialize_cryptodev()
/dpdk/lib/security/
H A Drte_security.c214 if (rte_cryptodev_count() < 1) in security_handle_cryptodev_list()
/dpdk/app/test/
H A Dtest_event_crypto_adapter.c549 nb_devs = rte_cryptodev_count(); in configure_cryptodev()
H A Dtest_ipsec.c307 nb_devs = rte_cryptodev_count(); in testsuite_setup()
H A Dtest_cryptodev.c595 nb_devs = rte_cryptodev_count(); in testsuite_setup()
1488 TEST_ASSERT((num_devs = rte_cryptodev_count()) >= 1, in test_device_configure_invalid_dev_id()
14830 unsigned int count = rte_cryptodev_count(); in test_scheduler_attach_worker_op()
16261 nb_devs = rte_cryptodev_count(); in require_feature_flag()
/dpdk/examples/ipsec-secgw/
H A Dipsec-secgw.c2181 for (cdev_id = 0; cdev_id < rte_cryptodev_count(); cdev_id++) { in cryptodevs_init()
2437 n = rte_cryptodev_count(); in max_session_size()
3508 for (cdev_id = 0; cdev_id < rte_cryptodev_count(); cdev_id++) { in main()
/dpdk/doc/guides/howto/
H A Ddebug_troubleshoot.rst282 * Identify cryptodev instances with ``rte_cryptodev_count`` and
/dpdk/examples/l2fwd-crypto/
H A Dmain.c2323 cdev_count = rte_cryptodev_count(); in initialize_cryptodevs()
2860 nb_cryptodevs = rte_cryptodev_count(); in main()
/dpdk/app/proc-info/
H A Dmain.c1212 uint8_t crypto_dev_count = rte_cryptodev_count(), i; in show_crypto()
/dpdk/examples/fips_validation/
H A Dmain.c260 if (rte_cryptodev_count()) in cryptodev_fips_validate_parse_args()