Searched refs:rte_cryptodev_stats_get (Results 1 – 6 of 6) sorted by relevance
| /dpdk/lib/cryptodev/ |
| H A D | version.map | 34 rte_cryptodev_stats_get;
|
| H A D | rte_cryptodev.h | 806 rte_cryptodev_stats_get(uint8_t dev_id, struct rte_cryptodev_stats *stats);
|
| H A D | rte_cryptodev.c | 1536 rte_cryptodev_stats_get(uint8_t dev_id, struct rte_cryptodev_stats *stats) in rte_cryptodev_stats_get() function 2547 ret = rte_cryptodev_stats_get(dev_id, &cryptodev_stats); in cryptodev_handle_dev_stats()
|
| /dpdk/app/proc-info/ |
| H A D | main.c | 1236 if (rte_cryptodev_stats_get(i, &stats) == 0) { in show_crypto()
|
| /dpdk/app/test/ |
| H A D | test_cryptodev_asym.c | 962 rte_cryptodev_stats_get(ts_params->valid_devs[0], &stats); in ut_teardown_asym()
|
| H A D | test_cryptodev.c | 11741 if (rte_cryptodev_stats_get(ts_params->valid_devs[0], &stats) in test_stats() 11746 TEST_ASSERT((rte_cryptodev_stats_get(ts_params->valid_devs[0] + 600, in test_stats() 11749 TEST_ASSERT((rte_cryptodev_stats_get(ts_params->valid_devs[0], 0) != 0), in test_stats() 11754 TEST_ASSERT_SUCCESS(rte_cryptodev_stats_get(ts_params->valid_devs[0], in test_stats() 11768 TEST_ASSERT_SUCCESS(rte_cryptodev_stats_get(ts_params->valid_devs[0], in test_stats() 11776 TEST_ASSERT_SUCCESS(rte_cryptodev_stats_get(ts_params->valid_devs[0], in test_stats()
|