Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test-crypto-perf/
H A Dcperf_ops.c47 *imix_idx = (*imix_idx + 1) % options->pool_sz; in cperf_set_ops_security()
110 options->imix_buffer_sizes[*imix_idx]; in cperf_set_ops_null_cipher()
111 *imix_idx = (*imix_idx + 1) % options->pool_sz; in cperf_set_ops_null_cipher()
150 *imix_idx = (*imix_idx + 1) % options->pool_sz; in cperf_set_ops_null_auth()
165 uint16_t iv_offset, uint32_t *imix_idx) in cperf_set_ops_cipher() argument
189 *imix_idx = (*imix_idx + 1) % options->pool_sz; in cperf_set_ops_cipher()
221 uint16_t iv_offset, uint32_t *imix_idx) in cperf_set_ops_auth() argument
289 *imix_idx = (*imix_idx + 1) % options->pool_sz; in cperf_set_ops_auth()
345 *imix_idx = (*imix_idx + 1) % options->pool_sz; in cperf_set_ops_cipher_auth()
395 *imix_idx = (*imix_idx + 1) % options->pool_sz; in cperf_set_ops_cipher_auth()
[all …]
H A Dcperf_test_pmd_cyclecount.c158 uint32_t imix_idx = 0; in pmd_cyclecount_bench_ops() local
184 &imix_idx); in pmd_cyclecount_bench_ops()
209 uint32_t imix_idx = 0; in pmd_cyclecount_build_ops() local
235 &imix_idx); in pmd_cyclecount_build_ops()
H A Dcperf_ops.h26 uint16_t iv_offset, uint32_t *imix_idx);
H A Dcperf_test_throughput.c107 uint32_t imix_idx = 0; in cperf_throughput_test_runner() local
181 iv_offset, &imix_idx); in cperf_throughput_test_runner()
H A Dcperf_test_latency.c127 uint32_t imix_idx = 0; in cperf_latency_test_runner() local
203 &imix_idx); in cperf_latency_test_runner()
H A Dcperf_test_verify.c248 uint32_t imix_idx = 0; in cperf_verify_test_runner() local
302 ctx->test_vector, iv_offset, &imix_idx); in cperf_verify_test_runner()