Home
last modified time | relevance | path

Searched refs:enabled_cdevs (Results 1 – 3 of 3) sorted by relevance

/dpdk/app/test-compress-perf/
H A Dmain.c147 uint8_t *enabled_cdevs) in comp_perf_initialize_compressdev() argument
154 enabled_cdevs, RTE_COMPRESS_MAX_DEVS); in comp_perf_initialize_compressdev()
196 cdev_id = enabled_cdevs[i]; in comp_perf_initialize_compressdev()
357 uint8_t enabled_cdevs[RTE_COMPRESS_MAX_DEVS]; in main() local
396 comp_perf_initialize_compressdev(test_data, enabled_cdevs); in main()
434 cdev_id = enabled_cdevs[cdev_index]; in main()
505 rte_compressdev_stop(enabled_cdevs[i]); in main()
506 rte_compressdev_close(enabled_cdevs[i]); in main()
/dpdk/app/test-security-perf/
H A Dtest_security_perf.c42 uint8_t enabled_cdevs[RTE_CRYPTO_MAX_DEVS]; member
70 ctx->enabled_cdevs, in cryptodev_init()
158 rte_cryptodev_stop(ctx->enabled_cdevs[i]); in cryptodev_fini()
159 ret = rte_cryptodev_close(ctx->enabled_cdevs[i]); in cryptodev_fini()
/dpdk/examples/l2fwd-crypto/
H A Dmain.c2309 uint8_t *enabled_cdevs) in initialize_cryptodevs() argument
2337 enabled_cdevs[cdev_id] = 1; in initialize_cryptodevs()
2345 if (enabled_cdevs[cdev_id] == 0) in initialize_cryptodevs()
2743 uint8_t enabled_cdevs[RTE_CRYPTO_MAX_DEVS] = {0}; in main() local
2824 enabled_cdevs); in main()
2840 if (!enabled_cdevs[cdev_id]) in main()