Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_eventdev/
H A Drte_event_crypto_adapter.c257 rte_cryptodev_count() * in rte_event_crypto_adapter_create_ext()
267 for (i = 0; i < rte_cryptodev_count(); i++) in rte_event_crypto_adapter_create_ext()
433 uint16_t num_cdev = rte_cryptodev_count(); in eca_crypto_enq_flush()
579 uint16_t num_cdev = rte_cryptodev_count(); in eca_crypto_adapter_deq_run()
992 for (i = 0; i < rte_cryptodev_count(); i++) { in eca_adapter_ctrl()
1057 for (i = 0; i < rte_cryptodev_count(); i++) { in rte_event_crypto_adapter_stats_get()
1097 for (i = 0; i < rte_cryptodev_count(); i++) { in rte_event_crypto_adapter_stats_reset()
/f-stack/dpdk/lib/librte_cryptodev/
H A Dversion.map16 rte_cryptodev_count;
H A Drte_cryptodev.h587 rte_cryptodev_count(void);
H A Drte_cryptodev.c583 rte_cryptodev_count(void) in rte_cryptodev_count() function
/f-stack/dpdk/app/test-crypto-perf/
H A Dmain.c154 for (cdev_id = 0; cdev_id < rte_cryptodev_count(); cdev_id++) { in cperf_initialize_cryptodev()
160 for (cdev_id = 0; cdev_id < rte_cryptodev_count(); cdev_id++) { in cperf_initialize_cryptodev()
/f-stack/dpdk/app/test/
H A Dtest_event_crypto_adapter.c536 nb_devs = rte_cryptodev_count(); in configure_cryptodev()
H A Dtest_ipsec.c297 nb_devs = rte_cryptodev_count(); in testsuite_setup()
H A Dtest_cryptodev.c756 nb_devs = rte_cryptodev_count(); in testsuite_setup()
989 TEST_ASSERT((num_devs = rte_cryptodev_count()) >= 1, in test_device_configure_invalid_dev_id()
12850 for (i = 0; i < rte_cryptodev_count() && nb_devs_attached < 2; in test_scheduler_attach_slave_op()
/f-stack/dpdk/examples/ipsec-secgw/
H A Dipsec-secgw.c2051 for (cdev_id = 0; cdev_id < rte_cryptodev_count(); cdev_id++) { in cryptodevs_init()
2305 n = rte_cryptodev_count(); in max_session_size()
3009 for (cdev_id = 0; cdev_id < rte_cryptodev_count(); cdev_id++) { in main()
/f-stack/dpdk/doc/guides/howto/
H A Ddebug_troubleshoot.rst284 * Identify cryptodev instances with ``rte_cryptodev_count`` and
/f-stack/dpdk/examples/l2fwd-crypto/
H A Dmain.c2223 cdev_count = rte_cryptodev_count(); in initialize_cryptodevs()
2758 nb_cryptodevs = rte_cryptodev_count(); in main()
/f-stack/dpdk/app/proc-info/
H A Dmain.c1189 uint8_t crypto_dev_count = rte_cryptodev_count(), i; in show_crypto()
/f-stack/dpdk/examples/fips_validation/
H A Dmain.c244 if (rte_cryptodev_count()) in cryptodev_fips_validate_parse_args()