Lines Matching refs:num_to_process

133 	uint16_t num_to_process;  member
1208 const uint16_t n = op_params->num_to_process; in fill_queue_buffers()
2363 uint16_t burst_sz, uint16_t num_to_process, uint16_t num_lcores) in init_test_op_params() argument
2378 op_params->num_to_process = num_to_process; in init_test_op_params()
2647 num_ops = tp->op_params->num_to_process; in dequeue_event_callback()
2756 const uint16_t num_to_process = tp->op_params->num_to_process; in throughput_intr_lcore_ldpc_dec() local
2757 struct rte_bbdev_dec_op *ops[num_to_process]; in throughput_intr_lcore_ldpc_dec()
2778 TEST_ASSERT_SUCCESS((num_to_process > info.drv.queue_size_lim), in throughput_intr_lcore_ldpc_dec()
2790 num_to_process); in throughput_intr_lcore_ldpc_dec()
2792 num_to_process); in throughput_intr_lcore_ldpc_dec()
2794 copy_reference_ldpc_dec_op(ops, num_to_process, 0, bufs->inputs, in throughput_intr_lcore_ldpc_dec()
2799 for (j = 0; j < num_to_process; ++j) in throughput_intr_lcore_ldpc_dec()
2803 for (i = 0; i < num_to_process; ++i) { in throughput_intr_lcore_ldpc_dec()
2813 for (enqueued = 0; enqueued < num_to_process;) { in throughput_intr_lcore_ldpc_dec()
2816 if (unlikely(num_to_process - enqueued < num_to_enq)) in throughput_intr_lcore_ldpc_dec()
2817 num_to_enq = num_to_process - enqueued; in throughput_intr_lcore_ldpc_dec()
2856 const uint16_t num_to_process = tp->op_params->num_to_process; in throughput_intr_lcore_dec() local
2857 struct rte_bbdev_dec_op *ops[num_to_process]; in throughput_intr_lcore_dec()
2872 TEST_ASSERT_SUCCESS((num_to_process > info.drv.queue_size_lim), in throughput_intr_lcore_dec()
2884 num_to_process); in throughput_intr_lcore_dec()
2886 num_to_process); in throughput_intr_lcore_dec()
2888 copy_reference_dec_op(ops, num_to_process, 0, bufs->inputs, in throughput_intr_lcore_dec()
2893 for (j = 0; j < num_to_process; ++j) in throughput_intr_lcore_dec()
2897 for (i = 0; i < num_to_process; ++i) in throughput_intr_lcore_dec()
2901 for (enqueued = 0; enqueued < num_to_process;) { in throughput_intr_lcore_dec()
2904 if (unlikely(num_to_process - enqueued < num_to_enq)) in throughput_intr_lcore_dec()
2905 num_to_enq = num_to_process - enqueued; in throughput_intr_lcore_dec()
2943 const uint16_t num_to_process = tp->op_params->num_to_process; in throughput_intr_lcore_enc() local
2944 struct rte_bbdev_enc_op *ops[num_to_process]; in throughput_intr_lcore_enc()
2959 TEST_ASSERT_SUCCESS((num_to_process > info.drv.queue_size_lim), in throughput_intr_lcore_enc()
2971 num_to_process); in throughput_intr_lcore_enc()
2973 num_to_process); in throughput_intr_lcore_enc()
2975 copy_reference_enc_op(ops, num_to_process, 0, bufs->inputs, in throughput_intr_lcore_enc()
2979 for (j = 0; j < num_to_process; ++j) in throughput_intr_lcore_enc()
2983 for (i = 0; i < num_to_process; ++i) in throughput_intr_lcore_enc()
2987 for (enqueued = 0; enqueued < num_to_process;) { in throughput_intr_lcore_enc()
2990 if (unlikely(num_to_process - enqueued < num_to_enq)) in throughput_intr_lcore_enc()
2991 num_to_enq = num_to_process - enqueued; in throughput_intr_lcore_enc()
3030 const uint16_t num_to_process = tp->op_params->num_to_process; in throughput_intr_lcore_ldpc_enc() local
3031 struct rte_bbdev_enc_op *ops[num_to_process]; in throughput_intr_lcore_ldpc_enc()
3046 TEST_ASSERT_SUCCESS((num_to_process > info.drv.queue_size_lim), in throughput_intr_lcore_ldpc_enc()
3058 num_to_process); in throughput_intr_lcore_ldpc_enc()
3060 num_to_process); in throughput_intr_lcore_ldpc_enc()
3062 copy_reference_ldpc_enc_op(ops, num_to_process, 0, in throughput_intr_lcore_ldpc_enc()
3067 for (j = 0; j < num_to_process; ++j) in throughput_intr_lcore_ldpc_enc()
3071 for (i = 0; i < num_to_process; ++i) in throughput_intr_lcore_ldpc_enc()
3075 for (enqueued = 0; enqueued < num_to_process;) { in throughput_intr_lcore_ldpc_enc()
3078 if (unlikely(num_to_process - enqueued < num_to_enq)) in throughput_intr_lcore_ldpc_enc()
3079 num_to_enq = num_to_process - enqueued; in throughput_intr_lcore_ldpc_enc()
3119 const uint16_t num_ops = tp->op_params->num_to_process; in throughput_pmd_lcore_dec()
3215 const uint16_t num_ops = tp->op_params->num_to_process; in bler_pmd_lcore_ldpc_dec()
3345 const uint16_t num_ops = tp->op_params->num_to_process; in throughput_pmd_lcore_ldpc_dec()
3467 const uint16_t num_ops = tp->op_params->num_to_process; in throughput_pmd_lcore_enc()
3557 const uint16_t num_ops = tp->op_params->num_to_process; in throughput_pmd_lcore_ldpc_enc()
3734 op_params->num_to_process, op_params->num_lcores, in bler_test()
3828 op_params->num_to_process, op_params->num_lcores, in throughput_test()
3932 op_params->num_to_process) && in throughput_test()
3946 op_params->num_to_process) && in throughput_test()
3974 const uint16_t num_to_process, uint16_t burst_sz, in latency_test_dec() argument
3982 for (i = 0, dequeued = 0; dequeued < num_to_process; ++i) { in latency_test_dec()
3987 if (unlikely(num_to_process - dequeued < burst_sz)) in latency_test_dec()
3988 burst_sz = num_to_process - dequeued; in latency_test_dec()
4044 const uint16_t num_to_process, uint16_t burst_sz, in latency_test_ldpc_dec() argument
4055 for (i = 0, dequeued = 0; dequeued < num_to_process; ++i) { in latency_test_ldpc_dec()
4060 if (unlikely(num_to_process - dequeued < burst_sz)) in latency_test_ldpc_dec()
4061 burst_sz = num_to_process - dequeued; in latency_test_ldpc_dec()
4133 const uint16_t num_to_process, uint16_t burst_sz, in latency_test_enc() argument
4141 for (i = 0, dequeued = 0; dequeued < num_to_process; ++i) { in latency_test_enc()
4146 if (unlikely(num_to_process - dequeued < burst_sz)) in latency_test_enc()
4147 burst_sz = num_to_process - dequeued; in latency_test_enc()
4200 const uint16_t num_to_process, uint16_t burst_sz, in latency_test_ldpc_enc() argument
4208 for (i = 0, dequeued = 0; dequeued < num_to_process; ++i) { in latency_test_ldpc_enc()
4213 if (unlikely(num_to_process - dequeued < burst_sz)) in latency_test_ldpc_enc()
4214 burst_sz = num_to_process - dequeued; in latency_test_ldpc_enc()
4270 const uint16_t num_to_process = op_params->num_to_process; in validation_latency_test() local
4296 info.dev_name, burst_sz, num_to_process, op_type_str); in validation_latency_test()
4301 ad->dev_id, queue_id, num_to_process, in validation_latency_test()
4306 num_to_process, burst_sz, &total_time, in validation_latency_test()
4311 ad->dev_id, queue_id, num_to_process, in validation_latency_test()
4318 num_to_process, burst_sz, &total_time, in validation_latency_test()
4375 uint16_t queue_id, const uint16_t num_to_process, in offload_latency_test_dec() argument
4384 for (i = 0, dequeued = 0; dequeued < num_to_process; ++i) { in offload_latency_test_dec()
4387 if (unlikely(num_to_process - dequeued < burst_sz)) in offload_latency_test_dec()
4388 burst_sz = num_to_process - dequeued; in offload_latency_test_dec()
4458 uint16_t queue_id, const uint16_t num_to_process, in offload_latency_test_ldpc_dec() argument
4469 for (i = 0, dequeued = 0; dequeued < num_to_process; ++i) { in offload_latency_test_ldpc_dec()
4472 if (unlikely(num_to_process - dequeued < burst_sz)) in offload_latency_test_ldpc_dec()
4473 burst_sz = num_to_process - dequeued; in offload_latency_test_ldpc_dec()
4553 uint16_t queue_id, const uint16_t num_to_process, in offload_latency_test_enc() argument
4562 for (i = 0, dequeued = 0; dequeued < num_to_process; ++i) { in offload_latency_test_enc()
4565 if (unlikely(num_to_process - dequeued < burst_sz)) in offload_latency_test_enc()
4566 burst_sz = num_to_process - dequeued; in offload_latency_test_enc()
4636 uint16_t queue_id, const uint16_t num_to_process, in offload_latency_test_ldpc_enc() argument
4645 for (i = 0, dequeued = 0; dequeued < num_to_process; ++i) { in offload_latency_test_ldpc_enc()
4648 if (unlikely(num_to_process - dequeued < burst_sz)) in offload_latency_test_ldpc_enc()
4649 burst_sz = num_to_process - dequeued; in offload_latency_test_ldpc_enc()
4729 const uint16_t num_to_process = op_params->num_to_process; in offload_cost_test()
4753 info.dev_name, burst_sz, num_to_process, op_type_str); in offload_cost_test()
4758 num_to_process, burst_sz, &time_st); in offload_cost_test()
4762 num_to_process, burst_sz, &time_st); in offload_cost_test()
4766 num_to_process, burst_sz, &time_st); in offload_cost_test()
4770 num_to_process, burst_sz, &time_st); in offload_cost_test()
4774 num_to_process, burst_sz, &time_st); in offload_cost_test()
4820 TEST_ASSERT_SUCCESS(stats.enqueued_count != num_to_process, in offload_cost_test()
4822 stats.enqueued_count, num_to_process); in offload_cost_test()
4823 TEST_ASSERT_SUCCESS(stats.dequeued_count != num_to_process, in offload_cost_test()
4825 stats.dequeued_count, num_to_process); in offload_cost_test()
4841 const uint16_t num_to_process, uint16_t burst_sz, in offload_latency_empty_q_test_dec() argument
4851 for (i = 0, deq_total = 0; deq_total < num_to_process; in offload_latency_empty_q_test_dec()
4855 if (unlikely(num_to_process - deq_total < burst_sz)) in offload_latency_empty_q_test_dec()
4856 burst_sz = num_to_process - deq_total; in offload_latency_empty_q_test_dec()
4875 const uint16_t num_to_process, uint16_t burst_sz, in offload_latency_empty_q_test_enc() argument
4884 for (i = 0, deq_total = 0; deq_total < num_to_process; in offload_latency_empty_q_test_enc()
4888 if (unlikely(num_to_process - deq_total < burst_sz)) in offload_latency_empty_q_test_enc()
4889 burst_sz = num_to_process - deq_total; in offload_latency_empty_q_test_enc()
4922 const uint16_t num_to_process = op_params->num_to_process; in offload_latency_empty_q_test()
4941 info.dev_name, burst_sz, num_to_process, op_type_str); in offload_latency_empty_q_test()
4946 num_to_process, burst_sz, &deq_total_time, in offload_latency_empty_q_test()
4950 num_to_process, burst_sz, &deq_total_time, in offload_latency_empty_q_test()