Home
last modified time | relevance | path

Searched refs:nb_cryptodevs (Results 1 – 2 of 2) sorted by relevance

/dpdk/app/test-security-perf/
H A Dtest_security_perf.c41 uint8_t nb_cryptodevs; member
146 ctx->nb_cryptodevs = i; in cryptodev_init()
156 for (i = 0; i < ctx->nb_cryptodevs && in cryptodev_fini()
/dpdk/examples/l2fwd-crypto/
H A Dmain.c2739 uint8_t nb_cryptodevs, cdev_id; in main() local
2833 nb_cryptodevs = rte_cryptodev_count(); in main()
2837 cdev_id < nb_cryptodevs && enabled_cdevcount; in main()