Home
last modified time | relevance | path

Searched refs:rte_ring_sc_dequeue_burst (Results 1 – 13 of 13) sorted by relevance

/f-stack/dpdk/app/test/
H A Dtest_table_ports.c136 received_pkts = rte_ring_sc_dequeue_burst(port_ring_writer_params.ring, in test_port_ring_writer()
151 received_pkts = rte_ring_sc_dequeue_burst(port_ring_writer_params.ring, in test_port_ring_writer()
166 received_pkts = rte_ring_sc_dequeue_burst(port_ring_writer_params.ring, in test_port_ring_writer()
181 received_pkts = rte_ring_sc_dequeue_burst(port_ring_writer_params.ring, in test_port_ring_writer()
H A Dtest_ipsec_perf.c328 num_pkts = rte_ring_sc_dequeue_burst(deq_ring, (void **)mbuf, in create_traffic()
349 num_pkts = rte_ring_sc_dequeue_burst(deq_ring, (void **)mbuf, in create_traffic()
H A Dtest_ring.h183 return rte_ring_sc_dequeue_burst(r, obj, n, NULL); in test_ring_dequeue()
H A Dtest_table_pipeline.c470 ret = rte_ring_sc_dequeue_burst(rings_tx[i], objs, 10, NULL); in test_pipeline_single_filter()
H A Dtest_table_acl.c686 ret = rte_ring_sc_dequeue_burst(rings_tx[i], objs, 10, NULL); in test_pipeline_single_filter()
H A Dtest_ring.c323 .flegacy = rte_ring_sc_dequeue_burst,
/f-stack/dpdk/examples/qos_sched/
H A Dapp_thread.c203 nb_pkt = rte_ring_sc_dequeue_burst(conf->rx_ring, (void **)mbufs, in app_worker_thread()
239 nb_pkt = rte_ring_sc_dequeue_burst(conf->rx_ring, (void **)mbufs, in app_mixed_thread()
/f-stack/dpdk/lib/librte_ring/
H A Drte_ring.h771 rte_ring_sc_dequeue_burst(struct rte_ring *r, void **obj_table, in rte_ring_sc_dequeue_burst() function
/f-stack/dpdk/lib/librte_port/
H A Drte_port_frag.c159 p->n_pkts = rte_ring_sc_dequeue_burst(p->ring, in rte_port_ring_reader_frag_rx()
H A Drte_port_ring.c85 nb_rx = rte_ring_sc_dequeue_burst(p->ring, (void **) pkts, in rte_port_ring_reader_rx()
/f-stack/dpdk/drivers/net/softnic/
H A Drte_eth_softnic.c300 return (uint16_t)rte_ring_sc_dequeue_burst(rxq, in pmd_rx_pkt_burst()
/f-stack/dpdk/drivers/net/netvsc/
H A Dhn_rxtx.c1613 nb_rcv = rte_ring_sc_dequeue_burst(rxq->rx_ring, in hn_recv_pkts()
/f-stack/dpdk/examples/performance-thread/l3fwd-thread/
H A Dmain.c2046 nb_rx = rte_ring_sc_dequeue_burst(ring, (void **)pkts_burst, in lthread_tx_per_ring()
2357 nb_rx = rte_ring_sc_dequeue_burst(tx_conf->ring, in pthread_tx()