Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test-crypto-perf/
H A Dcperf_test_verify.c250 struct rte_crypto_op *ops[ctx->options->max_burst_size]; in cperf_verify_test_runner()
251 struct rte_crypto_op *ops_processed[ctx->options->max_burst_size]; in cperf_verify_test_runner()
279 uint16_t burst_size = ((ops_enqd_total + ctx->options->max_burst_size) in cperf_verify_test_runner()
281 ctx->options->max_burst_size : in cperf_verify_test_runner()
338 ops_processed, ctx->options->max_burst_size); in cperf_verify_test_runner()
369 ops_processed, ctx->options->max_burst_size); in cperf_verify_test_runner()
397 ctx->options->max_burst_size, in cperf_verify_test_runner()
413 ctx->options->max_burst_size, in cperf_verify_test_runner()
H A Dcperf_test_throughput.c111 struct rte_crypto_op *ops[ctx->options->max_burst_size]; in cperf_throughput_test_runner()
112 struct rte_crypto_op *ops_processed[ctx->options->max_burst_size]; in cperf_throughput_test_runner()
145 while (test_burst_size <= ctx->options->max_burst_size) { in cperf_throughput_test_runner()
H A Dcperf_test_latency.c134 struct rte_crypto_op *ops[ctx->options->max_burst_size]; in cperf_latency_test_runner()
135 struct rte_crypto_op *ops_processed[ctx->options->max_burst_size]; in cperf_latency_test_runner()
170 while (test_burst_size <= ctx->options->max_burst_size) { in cperf_latency_test_runner()
H A Dcperf_options.h146 uint32_t max_burst_size; member
H A Dcperf_options_parsing.c322 if (parse_range(arg, &opts->min_burst_size, &opts->max_burst_size, in parse_burst_sz()
326 &opts->max_burst_size); in parse_burst_sz()
874 opts->max_burst_size = 32; in cperf_options_default()
1253 printf("#\t max: %u\n", opts->max_burst_size); in cperf_options_dump()
H A Dcperf_test_pmd_cyclecount.c439 while (test_burst_size <= opts->max_burst_size) { in cperf_pmd_cyclecount_test_runner()
/f-stack/dpdk/drivers/net/dpaa/fmlib/
H A Dfm_port_ext.h121 uint16_t max_burst_size; member
1655 uint16_t max_burst_size; member
/f-stack/dpdk/drivers/net/ice/base/
H A Dice_type.h663 #define ICE_TXSCHED_GET_RL_MBS(p) LE16_TO_CPU((p)->info.max_burst_size)
868 u16 max_burst_size; /* driver sets this value */ member
H A Dice_sched.c3944 rl_prof_elem->profile.max_burst_size = CPU_TO_LE16(hw->max_burst_size); in ice_sched_add_rl_profile()
5315 hw->max_burst_size = burst_size_to_prog; in ice_cfg_rl_burst_size()
H A Dice_adminq_cmd.h1116 __le16 max_burst_size; member
H A Dice_common.c799 if (!hw->max_burst_size) in ice_init_hw()