Home
last modified time | relevance | path

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

/dpdk/examples/l2fwd-crypto/
H A Dmain.c252 struct l2fwd_crypto_statistics crypto_statistics[RTE_CRYPTO_MAX_DEVS]; variable
313 crypto_statistics[cdevid].enqueued, in print_stats()
314 crypto_statistics[cdevid].dequeued, in print_stats()
315 crypto_statistics[cdevid].errors); in print_stats()
317 total_packets_enqueued += crypto_statistics[cdevid].enqueued; in print_stats()
318 total_packets_dequeued += crypto_statistics[cdevid].dequeued; in print_stats()
319 total_packets_errors += crypto_statistics[cdevid].errors; in print_stats()
353 crypto_statistics[cparams->dev_id].enqueued += ret; in l2fwd_crypto_send_burst()
355 crypto_statistics[cparams->dev_id].errors += (n - ret); in l2fwd_crypto_send_burst()
962 crypto_statistics[cparams->dev_id].dequeued += in l2fwd_main_loop()