Searched refs:rte_cryptodev_stats_get (Results 1 – 6 of 6) sorted by relevance
| /f-stack/dpdk/lib/librte_cryptodev/ |
| H A D | version.map | 43 rte_cryptodev_stats_get;
|
| H A D | rte_cryptodev.h | 762 rte_cryptodev_stats_get(uint8_t dev_id, struct rte_cryptodev_stats *stats);
|
| H A D | rte_cryptodev.c | 1141 rte_cryptodev_stats_get(uint8_t dev_id, struct rte_cryptodev_stats *stats) in rte_cryptodev_stats_get() function
|
| /f-stack/dpdk/app/proc-info/ |
| H A D | main.c | 1214 if (rte_cryptodev_stats_get(i, &stats) == 0) { in show_crypto()
|
| /f-stack/dpdk/app/test/ |
| H A D | test_cryptodev.c | 977 rte_cryptodev_stats_get(ts_params->valid_devs[0], &stats); in ut_teardown() 10084 if (rte_cryptodev_stats_get(ts_params->valid_devs[0], &stats) in test_stats() 10089 TEST_ASSERT((rte_cryptodev_stats_get(ts_params->valid_devs[0] + 600, in test_stats() 10092 TEST_ASSERT((rte_cryptodev_stats_get(ts_params->valid_devs[0], 0) != 0), in test_stats() 10097 TEST_ASSERT_SUCCESS(rte_cryptodev_stats_get(ts_params->valid_devs[0], in test_stats() 10111 TEST_ASSERT_SUCCESS(rte_cryptodev_stats_get(ts_params->valid_devs[0], in test_stats() 10119 TEST_ASSERT_SUCCESS(rte_cryptodev_stats_get(ts_params->valid_devs[0], in test_stats()
|
| H A D | test_cryptodev_asym.c | 1016 rte_cryptodev_stats_get(ts_params->valid_devs[0], &stats); in ut_teardown()
|