Lines Matching refs:num_to_enq

2716 	uint16_t num_to_enq, enq;  in throughput_intr_lcore_ldpc_dec()  local
2769 num_to_enq = burst_sz; in throughput_intr_lcore_ldpc_dec()
2771 if (unlikely(num_to_process - enqueued < num_to_enq)) in throughput_intr_lcore_ldpc_dec()
2772 num_to_enq = num_to_process - enqueued; in throughput_intr_lcore_ldpc_dec()
2779 num_to_enq); in throughput_intr_lcore_ldpc_dec()
2780 } while (unlikely(num_to_enq != enq)); in throughput_intr_lcore_ldpc_dec()
2790 rte_atomic16_set(&tp->burst_sz, num_to_enq); in throughput_intr_lcore_ldpc_dec()
2818 uint16_t num_to_enq, enq; in throughput_intr_lcore_dec() local
2860 num_to_enq = burst_sz; in throughput_intr_lcore_dec()
2862 if (unlikely(num_to_process - enqueued < num_to_enq)) in throughput_intr_lcore_dec()
2863 num_to_enq = num_to_process - enqueued; in throughput_intr_lcore_dec()
2869 num_to_enq); in throughput_intr_lcore_dec()
2870 } while (unlikely(num_to_enq != enq)); in throughput_intr_lcore_dec()
2880 rte_atomic16_set(&tp->burst_sz, num_to_enq); in throughput_intr_lcore_dec()
2908 uint16_t num_to_enq, enq; in throughput_intr_lcore_enc() local
2949 num_to_enq = burst_sz; in throughput_intr_lcore_enc()
2951 if (unlikely(num_to_process - enqueued < num_to_enq)) in throughput_intr_lcore_enc()
2952 num_to_enq = num_to_process - enqueued; in throughput_intr_lcore_enc()
2958 num_to_enq); in throughput_intr_lcore_enc()
2959 } while (unlikely(enq != num_to_enq)); in throughput_intr_lcore_enc()
2969 rte_atomic16_set(&tp->burst_sz, num_to_enq); in throughput_intr_lcore_enc()
2998 uint16_t num_to_enq, enq; in throughput_intr_lcore_ldpc_enc() local
3040 num_to_enq = burst_sz; in throughput_intr_lcore_ldpc_enc()
3042 if (unlikely(num_to_process - enqueued < num_to_enq)) in throughput_intr_lcore_ldpc_enc()
3043 num_to_enq = num_to_process - enqueued; in throughput_intr_lcore_ldpc_enc()
3050 num_to_enq); in throughput_intr_lcore_ldpc_enc()
3051 } while (unlikely(enq != num_to_enq)); in throughput_intr_lcore_ldpc_enc()
3061 rte_atomic16_set(&tp->burst_sz, num_to_enq); in throughput_intr_lcore_ldpc_enc()
3092 uint16_t num_to_enq; in throughput_pmd_lcore_dec() local
3127 num_to_enq = burst_sz; in throughput_pmd_lcore_dec()
3129 if (unlikely(num_ops - enq < num_to_enq)) in throughput_pmd_lcore_dec()
3130 num_to_enq = num_ops - enq; in throughput_pmd_lcore_dec()
3133 queue_id, &ops_enq[enq], num_to_enq); in throughput_pmd_lcore_dec()
3190 uint16_t num_to_enq; in bler_pmd_lcore_ldpc_dec() local
3248 num_to_enq = burst_sz; in bler_pmd_lcore_ldpc_dec()
3250 if (unlikely(num_ops - enq < num_to_enq)) in bler_pmd_lcore_ldpc_dec()
3251 num_to_enq = num_ops - enq; in bler_pmd_lcore_ldpc_dec()
3254 queue_id, &ops_enq[enq], num_to_enq); in bler_pmd_lcore_ldpc_dec()
3320 uint16_t num_to_enq; in throughput_pmd_lcore_ldpc_dec() local
3377 num_to_enq = burst_sz; in throughput_pmd_lcore_ldpc_dec()
3379 if (unlikely(num_ops - enq < num_to_enq)) in throughput_pmd_lcore_ldpc_dec()
3380 num_to_enq = num_ops - enq; in throughput_pmd_lcore_ldpc_dec()
3383 queue_id, &ops_enq[enq], num_to_enq); in throughput_pmd_lcore_ldpc_dec()
3443 uint16_t num_to_enq; in throughput_pmd_lcore_enc() local
3480 num_to_enq = burst_sz; in throughput_pmd_lcore_enc()
3482 if (unlikely(num_ops - enq < num_to_enq)) in throughput_pmd_lcore_enc()
3483 num_to_enq = num_ops - enq; in throughput_pmd_lcore_enc()
3486 queue_id, &ops_enq[enq], num_to_enq); in throughput_pmd_lcore_enc()
3534 uint16_t num_to_enq; in throughput_pmd_lcore_ldpc_enc() local
3571 num_to_enq = burst_sz; in throughput_pmd_lcore_ldpc_enc()
3573 if (unlikely(num_ops - enq < num_to_enq)) in throughput_pmd_lcore_ldpc_enc()
3574 num_to_enq = num_ops - enq; in throughput_pmd_lcore_ldpc_enc()
3577 queue_id, &ops_enq[enq], num_to_enq); in throughput_pmd_lcore_ldpc_enc()