Home
last modified time | relevance | path

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

/dpdk/app/test-crypto-perf/
H A Dmain.c152 enabled_cdevs, RTE_CRYPTO_MAX_DEVS); in cperf_initialize_cryptodev()
202 cdev_id = enabled_cdevs[i]; in cperf_initialize_cryptodev()
362 uint8_t *enabled_cdevs, uint8_t nb_cryptodevs) in cperf_verify_devices_capabilities() argument
375 cdev_id = enabled_cdevs[i]; in cperf_verify_devices_capabilities()
586 uint8_t enabled_cdevs[RTE_CRYPTO_MAX_DEVS] = { 0 }; in main() local
627 ret = cperf_verify_devices_capabilities(&opts, enabled_cdevs, in main()
679 cdev_id = enabled_cdevs[cdev_index]; in main()
813 rte_cryptodev_stop(enabled_cdevs[i]); in main()
814 ret = rte_cryptodev_close(enabled_cdevs[i]); in main()
838 rte_cryptodev_stop(enabled_cdevs[i]); in main()
[all …]
/dpdk/app/test-compress-perf/
H A Dmain.c119 uint8_t *enabled_cdevs) in comp_perf_initialize_compressdev() argument
126 enabled_cdevs, RTE_COMPRESS_MAX_DEVS); in comp_perf_initialize_compressdev()
168 cdev_id = enabled_cdevs[i]; in comp_perf_initialize_compressdev()
321 uint8_t enabled_cdevs[RTE_COMPRESS_MAX_DEVS]; in main() local
360 comp_perf_initialize_compressdev(test_data, enabled_cdevs); in main()
398 cdev_id = enabled_cdevs[cdev_index]; in main()
469 rte_compressdev_stop(enabled_cdevs[i]); in main()
470 rte_compressdev_close(enabled_cdevs[i]); in main()
/dpdk/examples/l2fwd-crypto/
H A Dmain.c2315 uint8_t *enabled_cdevs) in initialize_cryptodevs() argument
2343 enabled_cdevs[cdev_id] = 1; in initialize_cryptodevs()
2351 if (enabled_cdevs[cdev_id] == 0) in initialize_cryptodevs()
2773 uint8_t enabled_cdevs[RTE_CRYPTO_MAX_DEVS] = {0}; in main() local
2851 enabled_cdevs); in main()
2867 if (!enabled_cdevs[cdev_id]) in main()