Searched refs:iter_max (Results 1 – 25 of 30) sorted by relevance
12
| /f-stack/dpdk/app/test-bbdev/ |
| H A D | main.c | 33 unsigned int iter_max; member 154 return test_params.iter_max; in get_iter_max() 203 tp->iter_max = DEFAULT_ITER; in parse_args() 265 tp->iter_max = strtol(optarg, NULL, 10); in parse_args()
|
| H A D | test_bbdev_perf.c | 1284 ops[i]->turbo_dec.iter_max = turbo_dec->iter_max; in copy_reference_dec_op() 1684 ops[i]->ldpc_dec.iter_max = ldpc_dec->iter_max; in copy_reference_ldpc_dec_op() 3220 ref_op->ldpc_dec.iter_max = get_iter_max(); in bler_pmd_lcore_ldpc_dec() 3221 ref_op->ldpc_dec.iter_count = ref_op->ldpc_dec.iter_max; in bler_pmd_lcore_ldpc_dec() 3350 ref_op->ldpc_dec.iter_max = get_iter_max(); in throughput_pmd_lcore_ldpc_dec() 3351 ref_op->ldpc_dec.iter_count = ref_op->ldpc_dec.iter_max; in throughput_pmd_lcore_ldpc_dec() 4043 ref_op->ldpc_dec.iter_max = get_iter_max(); in latency_test_ldpc_dec() 4044 ref_op->ldpc_dec.iter_count = ref_op->ldpc_dec.iter_max; in latency_test_ldpc_dec()
|
| H A D | test_bbdev_vector.c | 495 turbo_dec->iter_max = (uint8_t) strtoul(token, &err, 0); in parse_decoder_params() 825 ldpc_dec->iter_max = (uint8_t) strtoul(token, &err, 0); in parse_ldpc_decoder_params()
|
| H A D | turbo_dec_default.data | 620 iter_max =
|
| H A D | ldpc_dec_default.data | 735 iter_max =
|
| /f-stack/dpdk/app/test-bbdev/test_vectors/ |
| H A D | ldpc_dec_v7813.data | 38 iter_max =
|
| H A D | ldpc_dec_v11835.data | 39 iter_max=
|
| H A D | turbo_dec_c1_k40_r0_e17280_sbd_negllr.data | 34 iter_max =
|
| H A D | ldpc_dec_v8480.data | 64 iter_max =
|
| H A D | ldpc_dec_v8568.data | 245 iter_max =
|
| H A D | ldpc_dec_HARQ_1_0.data | 343 iter_max=
|
| H A D | turbo_dec_c1_k6144_r0_e10376_crc24b_sbd_negllr_high_snr.data | 620 iter_max =
|
| H A D | turbo_dec_c1_k6144_r0_e34560_posllr.data | 623 iter_max =
|
| H A D | ldpc_dec_HARQ_1_1.data | 674 iter_max=
|
| H A D | turbo_dec_c2_k3136_r0_e4920_sbd_negllr_crc24b.data | 654 iter_max =
|
| H A D | turbo_dec_c1_k6144_r0_e10376_crc24b_sbd_negllr_low_snr.data | 620 iter_max =
|
| /f-stack/dpdk/lib/librte_bbdev/ |
| H A D | rte_bbdev_op.h | 389 uint8_t iter_max:4; member 466 uint8_t iter_max; member
|
| /f-stack/dpdk/doc/guides/tools/ |
| H A D | testbbdev.rst | 85 ``-t MAX_ITERS [MAX_ITERS ...], --iter_max MAX_ITERS [MAX_ITERS ...]`` 87 and bler tests. If not specified iter_max is set to 6. 428 iter_max = 652 iter_max=
|
| /f-stack/dpdk/drivers/baseband/fpga_lte_fec/ |
| H A D | fpga_lte_fec.c | 1316 desc->max_iter = op->turbo_dec.iter_max * 2; in fpga_dma_desc_td_fill() 1689 if (turbo_dec->iter_max <= 2) { in validate_dec_op() 1692 turbo_dec->iter_max); in validate_dec_op() 1695 if (turbo_dec->iter_min > turbo_dec->iter_max) { in validate_dec_op() 1698 turbo_dec->iter_min, turbo_dec->iter_max); in validate_dec_op()
|
| /f-stack/dpdk/drivers/baseband/acc100/ |
| H A D | rte_acc100_pmd.c | 1282 fcw->max_iter = op->turbo_dec.iter_max; in acc100_fcw_td_fill() 1363 fcw->itmax = op->ldpc_dec.iter_max; in acc100_fcw_ld_fill() 2249 if (ldpc_dec->iter_max == 0) { in validate_ldpc_dec_op() 2252 ldpc_dec->iter_max); in validate_ldpc_dec_op() 2572 if (turbo_dec->iter_max <= 2) { in validate_dec_op() 2575 turbo_dec->iter_max); in validate_dec_op() 2578 if (turbo_dec->iter_min > turbo_dec->iter_max) { in validate_dec_op() 2581 turbo_dec->iter_min, turbo_dec->iter_max); in validate_dec_op() 3541 ops[i]->ldpc_dec.iter_max, ops[i]->ldpc_dec.iter_count, in acc100_enqueue_ldpc_dec_cb()
|
| /f-stack/dpdk/drivers/baseband/fpga_5gnr_fec/ |
| H A D | rte_fpga_5gnr_fec.c | 1021 desc->max_iter = op->ldpc_dec.iter_max; in fpga_dma_desc_ld_fill() 1157 if (ldpc_dec->iter_max == 0) { in validate_dec_op() 1160 ldpc_dec->iter_max); in validate_dec_op()
|
| /f-stack/dpdk/doc/guides/bbdevs/ |
| H A D | acc100.rst | 190 "-s", "--iter_max" : Number of iterations for LDPC decoder.
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | bbdev.rst | 619 uint8_t iter_max:4; 642 "iter_max","maximum number of iterations to perofrm in decode all CBs" 967 uint8_t iter_max; 1006 |iter_max |maximum number of iterations to perform in decode all CBs |
|
| /f-stack/dpdk/drivers/baseband/turbo_sw/ |
| H A D | bbdev_turbo_software.c | 1308 turbo_req.max_iter_num = dec->iter_max; in process_dec_cb() 1466 dec_req.maxIterations = dec->iter_max; in process_ldpc_dec_cb()
|
| /f-stack/dpdk/examples/bbdev_app/ |
| H A D | main.c | 104 .iter_max = 8,
|
12