Home
last modified time | relevance | path

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

/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()
/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()
/dpdk/drivers/baseband/null/
H A Dbbdev_null.c152 uint16_t nb_enqueued = rte_ring_enqueue_burst(q->processed_pkts, in enqueue_dec_ops()
167 uint16_t nb_enqueued = rte_ring_enqueue_burst(q->processed_pkts, in enqueue_enc_ops()
/dpdk/drivers/crypto/ipsec_mb/
H A Dipsec_mb_private.c36 nb_enqueued = rte_ring_enqueue_burst(qp->ingress_queue, in ipsec_mb_enqueue_burst()
H A Dpmd_snow3g.c425 enqueued_op = rte_ring_enqueue_burst(qp->ingress_queue, in process_op_bit()
/dpdk/examples/distributor/
H A Dmain.c276 uint16_t sent = rte_ring_enqueue_burst(tx_ring, in lcore_rx()
287 uint16_t sent = rte_ring_enqueue_burst(out_ring, in lcore_rx()
371 uint16_t sent = rte_ring_enqueue_burst(out_r, in lcore_distributor()
/dpdk/lib/ring/
H A Drte_ring.h735 rte_ring_enqueue_burst(struct rte_ring *r, void * const *obj_table, in rte_ring_enqueue_burst() function
/dpdk/app/test/
H A Dvirtual_pmd.c364 nb_pkts = rte_ring_enqueue_burst(dev_private->tx_queue, (void **)bufs, in virtual_ethdev_tx_burst_success()
485 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.c305 .flegacy = rte_ring_enqueue_burst,
344 .flegacy = rte_ring_enqueue_burst,
357 .flegacy = rte_ring_enqueue_burst,
H A Dtest_link_bonding_mode4.c175 return rte_ring_enqueue_burst(slave->rx_queue, (void **)buf, in slave_put_pkts()
/dpdk/examples/packet_ordering/
H A Dmain.c461 ret = rte_ring_enqueue_burst(ring_out, in rx_thread()
514 ret = rte_ring_enqueue_burst(ring_out, (void *)burst_buffer, in worker_thread()
/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()
/dpdk/drivers/baseband/turbo_sw/
H A Dbbdev_turbo_software.c1175 return rte_ring_enqueue_burst(q->processed_pkts, (void **)ops, nb_ops, in enqueue_enc_all_ops()
1192 return rte_ring_enqueue_burst(q->processed_pkts, (void **)ops, nb_ops, in enqueue_ldpc_enc_all_ops()
1753 return rte_ring_enqueue_burst(q->processed_pkts, (void **)ops, nb_ops, in enqueue_dec_all_ops()
1770 return rte_ring_enqueue_burst(q->processed_pkts, (void **)ops, nb_ops, in enqueue_ldpc_dec_all_ops()
/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()
/dpdk/lib/pdump/
H A Drte_pdump.c135 ring_enq = rte_ring_enqueue_burst(ring, (void *)dup_bufs, d_pkts, NULL); in pdump_copy()
/dpdk/drivers/compress/isal/
H A Disal_compress_pmd.c655 retval = rte_ring_enqueue_burst(qp->processed_pkts, (void *)ops, in isal_comp_pmd_enqueue_burst()
/dpdk/examples/dma/
H A Ddmafwd.c446 nb_enq = rte_ring_enqueue_burst(rx_config->rx_to_tx_ring, in dma_rx_port()
/dpdk/examples/bbdev_app/
H A Dmain.c808 nb_sent = rte_ring_enqueue_burst(enc_to_dec_ring, (void **)enc_out_pkts, in run_encoding()