| /f-stack/dpdk/drivers/crypto/scheduler/ |
| H A D | scheduler_multicore.c | 52 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 D | noisy_vnf.c | 176 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 D | bbdev_null.c | 146 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 D | main.c | 280 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 D | rte_ring.h | 718 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 D | virtual_pmd.c | 376 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 D | test_ring.h | 120 return rte_ring_enqueue_burst(r, obj, n, NULL); in test_ring_enqueue()
|
| H A D | test_ring.c | 306 .flegacy = rte_ring_enqueue_burst, 345 .flegacy = rte_ring_enqueue_burst, 358 .flegacy = rte_ring_enqueue_burst,
|
| H A D | test_link_bonding_mode4.c | 176 return rte_ring_enqueue_burst(slave->rx_queue, (void **)buf, in slave_put_pkts()
|
| /f-stack/dpdk/drivers/crypto/kasumi/ |
| H A D | rte_kasumi_pmd.c | 336 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 D | main.c | 457 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 D | rte_snow3g_pmd.c | 361 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 D | rte_armv8_pmd.c | 719 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 D | bbdev_turbo_software.c | 1166 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 D | rte_pdump.c | 94 ring_enq = rte_ring_enqueue_burst(ring, (void *)dup_bufs, d_pkts, NULL); in pdump_copy()
|
| /f-stack/dpdk/drivers/crypto/zuc/ |
| H A D | rte_zuc_pmd.c | 350 enqueued_ops = rte_ring_enqueue_burst(qp->processed_ops, in process_ops()
|
| /f-stack/dpdk/drivers/net/ring/ |
| H A D | rte_eth_ring.c | 90 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 D | isal_compress_pmd.c | 651 retval = rte_ring_enqueue_burst(qp->processed_pkts, (void *)ops, in isal_comp_pmd_enqueue_burst()
|
| /f-stack/dpdk/examples/ioat/ |
| H A D | ioatfwd.c | 425 nb_enq = rte_ring_enqueue_burst( in ioat_rx_port()
|
| /f-stack/dpdk/examples/bbdev_app/ |
| H A D | main.c | 815 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 D | aesni_gcm_pmd.c | 770 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 D | ioat.rst | 417 nb_enq = rte_ring_enqueue_burst(
|
| /f-stack/dpdk/drivers/crypto/aesni_mb/ |
| H A D | rte_aesni_mb_pmd.c | 1001 nb_enqueued = rte_ring_enqueue_burst(qp->ingress_queue, in aesni_mb_pmd_enqueue_burst()
|