Lines Matching refs:num_to_enq

2762 	uint16_t num_to_enq, enq;  in throughput_intr_lcore_ldpc_dec()  local
2814 num_to_enq = burst_sz; 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()
2824 num_to_enq); in throughput_intr_lcore_ldpc_dec()
2825 } while (unlikely(num_to_enq != enq)); in throughput_intr_lcore_ldpc_dec()
2835 __atomic_store_n(&tp->burst_sz, num_to_enq, __ATOMIC_RELAXED); in throughput_intr_lcore_ldpc_dec()
2861 uint16_t num_to_enq, enq; in throughput_intr_lcore_dec() local
2902 num_to_enq = burst_sz; 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()
2911 num_to_enq); in throughput_intr_lcore_dec()
2912 } while (unlikely(num_to_enq != enq)); in throughput_intr_lcore_dec()
2922 __atomic_store_n(&tp->burst_sz, num_to_enq, __ATOMIC_RELAXED); in throughput_intr_lcore_dec()
2948 uint16_t num_to_enq, enq; in throughput_intr_lcore_enc() local
2988 num_to_enq = burst_sz; 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()
2997 num_to_enq); in throughput_intr_lcore_enc()
2998 } while (unlikely(enq != num_to_enq)); in throughput_intr_lcore_enc()
3008 __atomic_store_n(&tp->burst_sz, num_to_enq, __ATOMIC_RELAXED); in throughput_intr_lcore_enc()
3035 uint16_t num_to_enq, enq; in throughput_intr_lcore_ldpc_enc() local
3076 num_to_enq = burst_sz; 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()
3086 num_to_enq); in throughput_intr_lcore_ldpc_enc()
3087 } while (unlikely(enq != num_to_enq)); in throughput_intr_lcore_ldpc_enc()
3097 __atomic_store_n(&tp->burst_sz, num_to_enq, __ATOMIC_RELAXED); in throughput_intr_lcore_ldpc_enc()
3126 uint16_t num_to_enq; in throughput_pmd_lcore_dec() local
3160 num_to_enq = burst_sz; in throughput_pmd_lcore_dec()
3162 if (unlikely(num_ops - enq < num_to_enq)) in throughput_pmd_lcore_dec()
3163 num_to_enq = num_ops - enq; in throughput_pmd_lcore_dec()
3166 queue_id, &ops_enq[enq], num_to_enq); in throughput_pmd_lcore_dec()
3223 uint16_t num_to_enq; in bler_pmd_lcore_ldpc_dec() local
3280 num_to_enq = burst_sz; in bler_pmd_lcore_ldpc_dec()
3282 if (unlikely(num_ops - enq < num_to_enq)) in bler_pmd_lcore_ldpc_dec()
3283 num_to_enq = num_ops - enq; in bler_pmd_lcore_ldpc_dec()
3286 queue_id, &ops_enq[enq], num_to_enq); in bler_pmd_lcore_ldpc_dec()
3352 uint16_t num_to_enq; in throughput_pmd_lcore_ldpc_dec() local
3408 num_to_enq = burst_sz; in throughput_pmd_lcore_ldpc_dec()
3410 if (unlikely(num_ops - enq < num_to_enq)) in throughput_pmd_lcore_ldpc_dec()
3411 num_to_enq = num_ops - enq; in throughput_pmd_lcore_ldpc_dec()
3414 queue_id, &ops_enq[enq], num_to_enq); in throughput_pmd_lcore_ldpc_dec()
3474 uint16_t num_to_enq; in throughput_pmd_lcore_enc() local
3510 num_to_enq = burst_sz; in throughput_pmd_lcore_enc()
3512 if (unlikely(num_ops - enq < num_to_enq)) in throughput_pmd_lcore_enc()
3513 num_to_enq = num_ops - enq; in throughput_pmd_lcore_enc()
3516 queue_id, &ops_enq[enq], num_to_enq); in throughput_pmd_lcore_enc()
3564 uint16_t num_to_enq; in throughput_pmd_lcore_ldpc_enc() local
3600 num_to_enq = burst_sz; in throughput_pmd_lcore_ldpc_enc()
3602 if (unlikely(num_ops - enq < num_to_enq)) in throughput_pmd_lcore_ldpc_enc()
3603 num_to_enq = num_ops - enq; in throughput_pmd_lcore_ldpc_enc()
3606 queue_id, &ops_enq[enq], num_to_enq); in throughput_pmd_lcore_ldpc_enc()