Home
last modified time | relevance | path

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

/dpdk/app/test-crypto-perf/
H A Dcperf_test_verify.c213 struct rte_crypto_op *ops[ctx->options->max_burst_size]; in cperf_verify_test_runner()
214 struct rte_crypto_op *ops_processed[ctx->options->max_burst_size]; in cperf_verify_test_runner()
242 uint16_t burst_size = ((ops_enqd_total + ctx->options->max_burst_size) in cperf_verify_test_runner()
244 ctx->options->max_burst_size : in cperf_verify_test_runner()
301 ops_processed, ctx->options->max_burst_size); in cperf_verify_test_runner()
332 ops_processed, ctx->options->max_burst_size); in cperf_verify_test_runner()
362 ctx->options->max_burst_size, in cperf_verify_test_runner()
379 ctx->options->max_burst_size, in cperf_verify_test_runner()
H A Dcperf_test_throughput.c115 struct rte_crypto_op *ops[ctx->options->max_burst_size]; in cperf_throughput_test_runner()
116 struct rte_crypto_op *ops_processed[ctx->options->max_burst_size]; in cperf_throughput_test_runner()
150 while (test_burst_size <= ctx->options->max_burst_size) { in cperf_throughput_test_runner()
H A Dcperf_test_latency.c133 struct rte_crypto_op *ops[ctx->options->max_burst_size]; in cperf_latency_test_runner()
134 struct rte_crypto_op *ops_processed[ctx->options->max_burst_size]; in cperf_latency_test_runner()
169 while (test_burst_size <= ctx->options->max_burst_size) { in cperf_latency_test_runner()
H A Dcperf_options.h149 uint32_t max_burst_size; member
H A Dcperf_options_parsing.c335 if (parse_range(arg, &opts->min_burst_size, &opts->max_burst_size, in parse_burst_sz()
339 &opts->max_burst_size); in parse_burst_sz()
908 opts->max_burst_size = 32; in cperf_options_default()
1323 printf("#\t max: %u\n", opts->max_burst_size); in cperf_options_dump()
H A Dcperf_test_pmd_cyclecount.c436 while (test_burst_size <= opts->max_burst_size) { in cperf_pmd_cyclecount_test_runner()
/dpdk/drivers/net/dpaa2/
H A Ddpaa2_tm.c725 tx_cr_shaper.max_burst_size = in dpaa2_hierarchy_commit()
730 tx_er_shaper.max_burst_size = in dpaa2_hierarchy_commit()
738 tx_cr_shaper.max_burst_size); in dpaa2_hierarchy_commit()
/dpdk/drivers/net/dpaa/fmlib/
H A Dfm_port_ext.h121 uint16_t max_burst_size; member
1655 uint16_t max_burst_size; member
/dpdk/drivers/net/ice/base/
H A Dice_type.h932 #define ICE_TXSCHED_GET_RL_MBS(p) LE16_TO_CPU((p)->info.max_burst_size)
1138 u16 max_burst_size; /* driver sets this value */ member
H A Dice_sched.c3990 rl_prof_elem->profile.max_burst_size = CPU_TO_LE16(hw->max_burst_size); in ice_sched_add_rl_profile()
5361 hw->max_burst_size = burst_size_to_prog; in ice_cfg_rl_burst_size()
H A Dice_adminq_cmd.h1185 __le16 max_burst_size; member
H A Dice_common.c1005 if (!hw->max_burst_size) in ice_init_hw()
/dpdk/drivers/net/dpaa2/mc/
H A Dfsl_dpni.h800 uint16_t max_burst_size; member
H A Ddpni.c1033 cpu_to_le16(tx_cr_shaper->max_burst_size); in dpni_set_tx_shaping()
1035 cpu_to_le16(tx_er_shaper->max_burst_size); in dpni_set_tx_shaping()