Searched refs:imix_idx (Results 1 – 6 of 6) sorted by relevance
| /dpdk/app/test-crypto-perf/ |
| H A D | cperf_ops.c | 20 uint32_t *imix_idx __rte_unused, in cperf_set_ops_asym() 91 *imix_idx = (*imix_idx + 1) % options->pool_sz; in cperf_set_ops_security() 145 RTE_SET_USED(imix_idx); in cperf_set_ops_security_ipsec() 219 *imix_idx = (*imix_idx + 1) % options->pool_sz; in cperf_set_ops_null_cipher() 259 *imix_idx = (*imix_idx + 1) % options->pool_sz; in cperf_set_ops_null_auth() 274 uint16_t iv_offset, uint32_t *imix_idx, in cperf_set_ops_cipher() argument 299 *imix_idx = (*imix_idx + 1) % options->pool_sz; in cperf_set_ops_cipher() 400 *imix_idx = (*imix_idx + 1) % options->pool_sz; in cperf_set_ops_auth() 457 *imix_idx = (*imix_idx + 1) % options->pool_sz; in cperf_set_ops_cipher_auth() 507 *imix_idx = (*imix_idx + 1) % options->pool_sz; in cperf_set_ops_cipher_auth() [all …]
|
| H A D | cperf_test_pmd_cyclecount.c | 155 uint32_t imix_idx = 0; in pmd_cyclecount_bench_ops() local 181 &imix_idx, NULL); in pmd_cyclecount_bench_ops() 206 uint32_t imix_idx = 0; in pmd_cyclecount_build_ops() local 232 &imix_idx, NULL); in pmd_cyclecount_build_ops()
|
| H A D | cperf_ops.h | 26 uint16_t iv_offset, uint32_t *imix_idx,
|
| H A D | cperf_test_throughput.c | 111 uint32_t imix_idx = 0; in cperf_throughput_test_runner() local 186 iv_offset, &imix_idx, &tsc_start); in cperf_throughput_test_runner()
|
| H A D | cperf_test_verify.c | 211 uint32_t imix_idx = 0; in cperf_verify_test_runner() local 265 ctx->test_vector, iv_offset, &imix_idx, NULL); in cperf_verify_test_runner()
|
| H A D | cperf_test_latency.c | 126 uint32_t imix_idx = 0; in cperf_latency_test_runner() local 202 &imix_idx, &tsc_start); in cperf_latency_test_runner()
|