Home
last modified time | relevance | path

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

/dpdk/examples/l2fwd-crypto/
H A Dmain.c207 unsigned nb_crypto_devs; member
728 struct l2fwd_crypto_params port_cparams[qconf->nb_crypto_devs]; in l2fwd_main_loop()
745 for (i = 0; i < qconf->nb_crypto_devs; i++) { in l2fwd_main_loop()
878 for (i = 0; i < qconf->nb_crypto_devs; i++) { in l2fwd_main_loop()
2880 lcore_queue_conf[rx_lcore_id].nb_crypto_devs == in main()
2893 qconf->cryptodev_list[qconf->nb_crypto_devs] = cdev_id; in main()
2894 qconf->nb_crypto_devs++; in main()