Home
last modified time | relevance | path

Searched refs:rte_ring_enqueue (Results 1 – 24 of 24) sorted by relevance

/f-stack/dpdk/examples/multi_process/simple_mp/
H A Dmp_commands.c52 if (rte_ring_enqueue(send_ring, msg) < 0) { in cmd_send_parsed()
/f-stack/tools/compat/
H A Dff_ipc.c148 ret = rte_ring_enqueue(ring, (void *)msg); in ff_ipc_send()
/f-stack/dpdk/drivers/mempool/bucket/
H A Drte_mempool_bucket.c124 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 Dtest_table.h70 rte_ring_enqueue((ring), m); \
H A Dtest_ring.h108 return rte_ring_enqueue(r, *obj); in test_ring_enqueue()
H A Dtest_table_pipeline.c448 rte_ring_enqueue(rings_rx[i], m); in test_pipeline_single_filter()
H A Dtest_table_acl.c670 rte_ring_enqueue(rings_rx[i], mbuf); in test_pipeline_single_filter()
H A Dtest_mbuf.c1051 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 Dtest_event_timer_adapter.c685 while (rte_ring_enqueue(timer_producer_ring, ev_tim) != 0) in _cancel_producer()
/f-stack/dpdk/lib/librte_ring/
H A Drte_ring.h323 rte_ring_enqueue(struct rte_ring *r, void *obj) in rte_ring_enqueue() function
/f-stack/dpdk/drivers/crypto/null/
H A Dnull_crypto_pmd.c69 return rte_ring_enqueue(qp->processed_pkts, (void *)op); in process_op()
/f-stack/dpdk/drivers/net/bonding/
H A Drte_eth_bond_8023ad.c630 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 Drte_eth_bond_pmd.c1257 rte_ring_enqueue(port->tx_ring, ctrl_pkt); in tx_burst_8023ad()
/f-stack/dpdk/drivers/compress/zlib/
H A Dzlib_pmd.c215 return rte_ring_enqueue(qp->processed_pkts, (void *)op); in process_zlib_op()
/f-stack/lib/
H A Dff_dpdk_kni.c565 int ret = rte_ring_enqueue(kni_rp[port_id], pkt); in ff_kni_enqueue()
H A Dff_dpdk_if.c1320 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 Drte_eth_af_xdp.c362 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 Dotx_zip_pmd.c508 ret = rte_ring_enqueue(qp->processed_pkts, (void *)op); in zip_pmd_enqueue_burst_sync()
/f-stack/tools/
H A DREADME.md332 rte_ring_enqueue(msg_ring[proc_id].ring[1], msg);
/f-stack/dpdk/lib/librte_eventdev/
H A Drte_event_eth_rx_adapter.c875 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 Drte_openssl_pmd.c2031 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 Drte_eth_pcap.c213 rte_ring_enqueue(pcap_q->pkts, pcap_buf); in eth_pcap_rx_infinite()
/f-stack/dpdk/drivers/raw/dpaa2_qdma/
H A Ddpaa2_qdma.c1464 rte_ring_enqueue(temp_qdma_vq->status_ring, in dpaa2_qdma_dequeue()
/f-stack/dpdk/drivers/crypto/ccp/
H A Dccp_crypto.c2781 rte_ring_enqueue(qp->processed_pkts, (void *)b_info); in process_ops_to_enqueue()