| /f-stack/dpdk/examples/multi_process/simple_mp/ |
| H A D | mp_commands.c | 52 if (rte_ring_enqueue(send_ring, msg) < 0) { in cmd_send_parsed()
|
| /f-stack/tools/compat/ |
| H A D | ff_ipc.c | 148 ret = rte_ring_enqueue(ring, (void *)msg); in ff_ipc_send()
|
| /f-stack/dpdk/drivers/mempool/bucket/ |
| H A D | rte_mempool_bucket.c | 124 rc = rte_ring_enqueue(adopt_ring, obj); in bucket_enqueue_single() 131 rc = rte_ring_enqueue(bd->shared_bucket_ring, hdr); in bucket_enqueue_single() 209 rc = rte_ring_enqueue(bd->shared_orphan_ring, in bucket_dequeue_orphans()
|
| /f-stack/dpdk/app/test/ |
| H A D | test_table.h | 70 rte_ring_enqueue((ring), m); \
|
| H A D | test_ring.h | 108 return rte_ring_enqueue(r, *obj); in test_ring_enqueue()
|
| H A D | test_table_pipeline.c | 448 rte_ring_enqueue(rings_rx[i], m); in test_pipeline_single_filter()
|
| H A D | test_table_acl.c | 670 rte_ring_enqueue(rings_rx[i], mbuf); in test_pipeline_single_filter()
|
| H A D | test_mbuf.c | 1051 rte_ring_enqueue(refcnt_mbuf_ring, m); in test_refcnt_iter() 1055 rte_ring_enqueue(refcnt_mbuf_ring, m); in test_refcnt_iter()
|
| H A D | test_event_timer_adapter.c | 685 while (rte_ring_enqueue(timer_producer_ring, ev_tim) != 0) in _cancel_producer()
|
| /f-stack/dpdk/lib/librte_ring/ |
| H A D | rte_ring.h | 323 rte_ring_enqueue(struct rte_ring *r, void *obj) in rte_ring_enqueue() function
|
| /f-stack/dpdk/drivers/crypto/null/ |
| H A D | null_crypto_pmd.c | 69 return rte_ring_enqueue(qp->processed_pkts, (void *)op); in process_op()
|
| /f-stack/dpdk/drivers/net/bonding/ |
| H A D | rte_eth_bond_8023ad.c | 630 int retval = rte_ring_enqueue(port->tx_ring, lacp_pkt); in tx_machine() 1337 int retval = rte_ring_enqueue(port->tx_ring, pkt); in bond_mode_8023ad_handle_slow_pkt() 1358 int retval = rte_ring_enqueue(port->rx_ring, pkt); in bond_mode_8023ad_handle_slow_pkt() 1643 return rte_ring_enqueue(port->tx_ring, lacp_pkt); in rte_eth_bond_8023ad_ext_slowtx()
|
| H A D | rte_eth_bond_pmd.c | 1257 rte_ring_enqueue(port->tx_ring, ctrl_pkt); in tx_burst_8023ad()
|
| /f-stack/dpdk/drivers/compress/zlib/ |
| H A D | zlib_pmd.c | 215 return rte_ring_enqueue(qp->processed_pkts, (void *)op); in process_zlib_op()
|
| /f-stack/lib/ |
| H A D | ff_dpdk_kni.c | 565 int ret = rte_ring_enqueue(kni_rp[port_id], pkt); in ff_kni_enqueue()
|
| H A D | ff_dpdk_if.c | 1320 ret = rte_ring_enqueue(dispatch_ring[port_id][ret], rtem); 1350 int ret = rte_ring_enqueue(dispatch_ring[port_id][j], 1596 if (rte_ring_enqueue(msg_ring[proc_id].ring[msg->msg_type], msg) < 0) {
|
| /f-stack/dpdk/drivers/net/af_xdp/ |
| H A D | rte_eth_af_xdp.c | 362 rte_ring_enqueue(umem->buf_ring, (void *)addr); in af_xdp_rx_cp() 413 rte_ring_enqueue(umem->buf_ring, (void *)addr); in pull_umem_cq() 1028 rte_ring_enqueue(umem->buf_ring,
|
| /f-stack/dpdk/drivers/compress/octeontx/ |
| H A D | otx_zip_pmd.c | 508 ret = rte_ring_enqueue(qp->processed_pkts, (void *)op); in zip_pmd_enqueue_burst_sync()
|
| /f-stack/tools/ |
| H A D | README.md | 332 rte_ring_enqueue(msg_ring[proc_id].ring[1], msg);
|
| /f-stack/dpdk/lib/librte_eventdev/ |
| H A D | rte_event_eth_rx_adapter.c | 875 err = rte_ring_enqueue(rx_adapter->intr_ring, data); in rxa_intr_ring_enqueue() 927 rte_ring_enqueue(rx_adapter->intr_ring, qd.ptr); in rxa_intr_ring_del_entries()
|
| /f-stack/dpdk/drivers/crypto/openssl/ |
| H A D | rte_openssl_pmd.c | 2031 retval = rte_ring_enqueue(qp->processed_ops, (void *)op); in process_asym_op() 2118 retval = rte_ring_enqueue(qp->processed_ops, (void *)op); in process_op()
|
| /f-stack/dpdk/drivers/net/pcap/ |
| H A D | rte_eth_pcap.c | 213 rte_ring_enqueue(pcap_q->pkts, pcap_buf); in eth_pcap_rx_infinite()
|
| /f-stack/dpdk/drivers/raw/dpaa2_qdma/ |
| H A D | dpaa2_qdma.c | 1464 rte_ring_enqueue(temp_qdma_vq->status_ring, in dpaa2_qdma_dequeue()
|
| /f-stack/dpdk/drivers/crypto/ccp/ |
| H A D | ccp_crypto.c | 2781 rte_ring_enqueue(qp->processed_pkts, (void *)b_info); in process_ops_to_enqueue()
|