Home
last modified time | relevance | path

Searched refs:rte_ring_enqueue_burst (Results 1 – 23 of 23) sorted by relevance

/f-stack/dpdk/drivers/crypto/scheduler/
H A Dscheduler_multicore.c52 uint16_t nb_queue_ops = rte_ring_enqueue_burst(enq_ring, in schedule_enqueue()
207 processed_ops = rte_ring_enqueue_burst( in mc_scheduler_worker()
226 pending_deq_ops_idx = rte_ring_enqueue_burst( in mc_scheduler_worker()
/f-stack/dpdk/app/test-pmd/
H A Dnoisy_vnf.c176 nb_enqd = rte_ring_enqueue_burst(ncf->f, in pkt_burst_noisy_vnf()
184 nb_enqd = rte_ring_enqueue_burst(ncf->f, in pkt_burst_noisy_vnf()
/f-stack/dpdk/drivers/baseband/null/
H A Dbbdev_null.c146 uint16_t nb_enqueued = rte_ring_enqueue_burst(q->processed_pkts, in enqueue_dec_ops()
161 uint16_t nb_enqueued = rte_ring_enqueue_burst(q->processed_pkts, in enqueue_enc_ops()
/f-stack/dpdk/examples/distributor/
H A Dmain.c280 uint16_t sent = rte_ring_enqueue_burst(tx_ring, in lcore_rx()
291 uint16_t sent = rte_ring_enqueue_burst(out_ring, in lcore_rx()
375 uint16_t sent = rte_ring_enqueue_burst(out_r, in lcore_distributor()
/f-stack/dpdk/lib/librte_ring/
H A Drte_ring.h718 rte_ring_enqueue_burst(struct rte_ring *r, void * const *obj_table, in rte_ring_enqueue_burst() function
/f-stack/dpdk/app/test/
H A Dvirtual_pmd.c376 nb_pkts = rte_ring_enqueue_burst(dev_private->tx_queue, (void **)bufs, in virtual_ethdev_tx_burst_success()
493 return rte_ring_enqueue_burst(dev_private->rx_queue, (void **)pkt_burst, in virtual_ethdev_add_mbufs_to_rx_queue()
H A Dtest_ring.h120 return rte_ring_enqueue_burst(r, obj, n, NULL); in test_ring_enqueue()
H A Dtest_ring.c306 .flegacy = rte_ring_enqueue_burst,
345 .flegacy = rte_ring_enqueue_burst,
358 .flegacy = rte_ring_enqueue_burst,
H A Dtest_link_bonding_mode4.c176 return rte_ring_enqueue_burst(slave->rx_queue, (void **)buf, in slave_put_pkts()
/f-stack/dpdk/drivers/crypto/kasumi/
H A Drte_kasumi_pmd.c336 enqueued_ops = rte_ring_enqueue_burst(qp->processed_ops, in process_ops()
388 enqueued_op = rte_ring_enqueue_burst(qp->processed_ops, (void **)&op, in process_op_bit()
/f-stack/dpdk/examples/packet_ordering/
H A Dmain.c457 ret = rte_ring_enqueue_burst(ring_out, in rx_thread()
510 ret = rte_ring_enqueue_burst(ring_out, (void *)burst_buffer, in worker_thread()
/f-stack/dpdk/drivers/crypto/snow3g/
H A Drte_snow3g_pmd.c361 enqueued_ops = rte_ring_enqueue_burst(qp->processed_ops, in process_ops()
413 enqueued_op = rte_ring_enqueue_burst(qp->processed_ops, in process_op_bit()
/f-stack/dpdk/drivers/crypto/armv8/
H A Drte_armv8_pmd.c719 retval = rte_ring_enqueue_burst(qp->processed_ops, (void *)ops, i, in armv8_crypto_pmd_enqueue_burst()
726 retval = rte_ring_enqueue_burst(qp->processed_ops, (void *)ops, i, in armv8_crypto_pmd_enqueue_burst()
/f-stack/dpdk/drivers/baseband/turbo_sw/
H A Dbbdev_turbo_software.c1166 return rte_ring_enqueue_burst(q->processed_pkts, (void **)ops, nb_ops, in enqueue_enc_all_ops()
1183 return rte_ring_enqueue_burst(q->processed_pkts, (void **)ops, nb_ops, in enqueue_ldpc_enc_all_ops()
1736 return rte_ring_enqueue_burst(q->processed_pkts, (void **)ops, nb_ops, in enqueue_dec_all_ops()
1753 return rte_ring_enqueue_burst(q->processed_pkts, (void **)ops, nb_ops, in enqueue_ldpc_dec_all_ops()
/f-stack/dpdk/lib/librte_pdump/
H A Drte_pdump.c94 ring_enq = rte_ring_enqueue_burst(ring, (void *)dup_bufs, d_pkts, NULL); in pdump_copy()
/f-stack/dpdk/drivers/crypto/zuc/
H A Drte_zuc_pmd.c350 enqueued_ops = rte_ring_enqueue_burst(qp->processed_ops, in process_ops()
/f-stack/dpdk/drivers/net/ring/
H A Drte_eth_ring.c90 const uint16_t nb_tx = (uint16_t)rte_ring_enqueue_burst(r->rng, in eth_ring_tx()
/f-stack/dpdk/drivers/compress/isal/
H A Disal_compress_pmd.c651 retval = rte_ring_enqueue_burst(qp->processed_pkts, (void *)ops, in isal_comp_pmd_enqueue_burst()
/f-stack/dpdk/examples/ioat/
H A Dioatfwd.c425 nb_enq = rte_ring_enqueue_burst( in ioat_rx_port()
/f-stack/dpdk/examples/bbdev_app/
H A Dmain.c815 nb_sent = rte_ring_enqueue_burst(enc_to_dec_ring, (void **)enc_out_pkts, in run_encoding()
/f-stack/dpdk/drivers/crypto/aesni_gcm/
H A Daesni_gcm_pmd.c770 nb_enqueued = rte_ring_enqueue_burst(qp->processed_pkts, in aesni_gcm_pmd_enqueue_burst()
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dioat.rst417 nb_enq = rte_ring_enqueue_burst(
/f-stack/dpdk/drivers/crypto/aesni_mb/
H A Drte_aesni_mb_pmd.c1001 nb_enqueued = rte_ring_enqueue_burst(qp->ingress_queue, in aesni_mb_pmd_enqueue_burst()