Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/l2fwd-crypto/
H A Dmain.c206 unsigned nb_crypto_devs; member
703 struct l2fwd_crypto_params port_cparams[qconf->nb_crypto_devs]; in l2fwd_main_loop()
720 for (i = 0; i < qconf->nb_crypto_devs; i++) { in l2fwd_main_loop()
851 for (i = 0; i < qconf->nb_crypto_devs; i++) { in l2fwd_main_loop()
2778 lcore_queue_conf[rx_lcore_id].nb_crypto_devs == in main()
2791 qconf->cryptodev_list[qconf->nb_crypto_devs] = cdev_id; in main()
2792 qconf->nb_crypto_devs++; in main()