Searched refs:rte_ring_sc_dequeue_burst (Results 1 – 13 of 13) sorted by relevance
| /f-stack/dpdk/app/test/ |
| H A D | test_table_ports.c | 136 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 D | test_ipsec_perf.c | 328 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 D | test_ring.h | 183 return rte_ring_sc_dequeue_burst(r, obj, n, NULL); in test_ring_dequeue()
|
| H A D | test_table_pipeline.c | 470 ret = rte_ring_sc_dequeue_burst(rings_tx[i], objs, 10, NULL); in test_pipeline_single_filter()
|
| H A D | test_table_acl.c | 686 ret = rte_ring_sc_dequeue_burst(rings_tx[i], objs, 10, NULL); in test_pipeline_single_filter()
|
| H A D | test_ring.c | 323 .flegacy = rte_ring_sc_dequeue_burst,
|
| /f-stack/dpdk/examples/qos_sched/ |
| H A D | app_thread.c | 203 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 D | rte_ring.h | 771 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 D | rte_port_frag.c | 159 p->n_pkts = rte_ring_sc_dequeue_burst(p->ring, in rte_port_ring_reader_frag_rx()
|
| H A D | rte_port_ring.c | 85 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 D | rte_eth_softnic.c | 300 return (uint16_t)rte_ring_sc_dequeue_burst(rxq, in pmd_rx_pkt_burst()
|
| /f-stack/dpdk/drivers/net/netvsc/ |
| H A D | hn_rxtx.c | 1613 nb_rcv = rte_ring_sc_dequeue_burst(rxq->rx_ring, in hn_recv_pkts()
|
| /f-stack/dpdk/examples/performance-thread/l3fwd-thread/ |
| H A D | main.c | 2046 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()
|