Searched refs:rte_ring_dequeue (Results 1 – 16 of 16) sorted by relevance
| /f-stack/dpdk/examples/multi_process/simple_mp/ |
| H A D | main.c | 63 if (rte_ring_dequeue(recv_ring, &msg) < 0){ in lcore_recv()
|
| /f-stack/tools/compat/ |
| H A D | ff_ipc.c | 178 ret = rte_ring_dequeue(ring, &obj); in ff_ipc_recv()
|
| /f-stack/dpdk/app/test/ |
| H A D | virtual_pmd.c | 58 while (rte_ring_dequeue(prv->rx_queue, &pkt) != -ENOENT) in virtual_ethdev_stop() 61 while (rte_ring_dequeue(prv->tx_queue, &pkt) != -ENOENT) in virtual_ethdev_stop() 210 while (rte_ring_dequeue(dev_private->tx_queue, &pkt) == -ENOBUFS) in virtual_ethdev_stats_reset()
|
| H A D | test_table.h | 88 if (!rte_ring_dequeue((ring), &mbuf)) { \
|
| H A D | test_ring.h | 169 return rte_ring_dequeue(r, obj); in test_ring_dequeue()
|
| H A D | test_link_bonding_mode4.c | 973 while (rte_ring_dequeue(slave->rx_queue, (void **)&pkt) == 0) in test_mode4_rx() 1339 rte_ring_dequeue(slave->rx_queue, &pkt); in test_mode4_expired() 1591 if (rte_ring_dequeue(port->rx_queue, &pkt) == 0) in test_mode4_executor() 1596 if (rte_ring_dequeue(port->tx_queue, &pkt) == 0) in test_mode4_executor()
|
| H A D | test_event_timer_adapter.c | 769 if (rte_ring_dequeue(timer_producer_ring, (void **)&ev_tim)) in _cancel_thread()
|
| H A D | test_mbuf.c | 1014 if (rte_ring_dequeue(refcnt_mbuf_ring, &mp) == 0) { in test_refcnt_worker()
|
| /f-stack/dpdk/lib/librte_ring/ |
| H A D | rte_ring.h | 461 rte_ring_dequeue(struct rte_ring *r, void **obj_p) in rte_ring_dequeue() function
|
| /f-stack/dpdk/drivers/mempool/bucket/ |
| H A D | rte_mempool_bucket.c | 195 rc = rte_ring_dequeue(bd->shared_bucket_ring, in bucket_dequeue_orphans() 240 if (unlikely(rte_ring_dequeue(bd->shared_bucket_ring, in bucket_dequeue_buckets()
|
| /f-stack/dpdk/drivers/net/bonding/ |
| H A D | rte_eth_bond_8023ad.c | 906 int retval = rte_ring_dequeue(port->rx_ring, in bond_mode_8023ad_periodic_cb() 1134 while (rte_ring_dequeue(port->rx_ring, &pkt) == 0) in bond_mode_8023ad_deactivate_slave() 1137 while (rte_ring_dequeue(port->tx_ring, &pkt) == 0) in bond_mode_8023ad_deactivate_slave() 1660 if (rte_ring_dequeue(port->rx_ring, &pkt) == 0) { in bond_mode_8023ad_ext_periodic_cb()
|
| H A D | rte_eth_bond_pmd.c | 1248 if (rte_ring_dequeue(port->tx_ring, in tx_burst_8023ad() 2070 while (rte_ring_dequeue(port->rx_ring, &pkt) != -ENOENT) in bond_ethdev_stop() 2074 while (rte_ring_dequeue(port->tx_ring, &pkt) != -ENOENT) in bond_ethdev_stop()
|
| /f-stack/dpdk/drivers/net/pcap/ |
| H A D | rte_eth_pcap.c | 200 int err = rte_ring_dequeue(pcap_q->pkts, (void **)&pcap_buf); in eth_pcap_rx_infinite() 765 while (!rte_ring_dequeue(pcap_q->pkts, in eth_dev_close() 840 while (!rte_ring_dequeue(pcap_q->pkts, in eth_rx_queue_setup()
|
| /f-stack/dpdk/lib/librte_eventdev/ |
| H A D | rte_event_eth_rx_adapter.c | 918 rte_ring_dequeue(rx_adapter->intr_ring, &qd.ptr); in rxa_intr_ring_del_entries() 998 err = rte_ring_dequeue(rx_adapter->intr_ring, &qd.ptr); in rxa_intr_ring_dequeue()
|
| /f-stack/dpdk/drivers/crypto/aesni_mb/ |
| H A D | rte_aesni_mb_pmd.c | 1832 retval = rte_ring_dequeue(qp->ingress_queue, (void **)&op); in aesni_mb_pmd_dequeue_burst()
|
| /f-stack/dpdk/drivers/crypto/ccp/ |
| H A D | ccp_crypto.c | 2921 } else if (rte_ring_dequeue(qp->processed_pkts, in process_ops_to_dequeue()
|