Searched refs:rte_ring_sc_dequeue_burst (Results 1 – 16 of 16) sorted by relevance
| /dpdk/app/test/ |
| H A D | test_table_ports.c | 138 received_pkts = rte_ring_sc_dequeue_burst(port_ring_writer_params.ring, in test_port_ring_writer() 153 received_pkts = rte_ring_sc_dequeue_burst(port_ring_writer_params.ring, in test_port_ring_writer() 168 received_pkts = rte_ring_sc_dequeue_burst(port_ring_writer_params.ring, in test_port_ring_writer() 183 received_pkts = rte_ring_sc_dequeue_burst(port_ring_writer_params.ring, in test_port_ring_writer()
|
| H A D | test_ipsec_perf.c | 340 num_pkts = rte_ring_sc_dequeue_burst(deq_ring, (void **)mbuf, in create_traffic() 361 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 | 472 ret = rte_ring_sc_dequeue_burst(rings_tx[i], objs, 10, NULL); in test_pipeline_single_filter()
|
| H A D | test_table_acl.c | 688 ret = rte_ring_sc_dequeue_burst(rings_tx[i], objs, 10, NULL); in test_pipeline_single_filter()
|
| H A D | test_ring.c | 322 .flegacy = rte_ring_sc_dequeue_burst,
|
| /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()
|
| /dpdk/lib/ring/ |
| H A D | rte_ring.h | 788 rte_ring_sc_dequeue_burst(struct rte_ring *r, void **obj_table, in rte_ring_sc_dequeue_burst() function
|
| /dpdk/lib/port/ |
| H A D | rte_port_frag.c | 157 p->n_pkts = rte_ring_sc_dequeue_burst(p->ring, in rte_port_ring_reader_frag_rx()
|
| H A D | rte_swx_port_ring.c | 91 n_pkts = rte_ring_sc_dequeue_burst(p->params.ring, in reader_pkt_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()
|
| /dpdk/app/dumpcap/ |
| H A D | main.c | 750 n = rte_ring_sc_dequeue_burst(r, (void **) pkts, BURST_SIZE, in process_ring()
|
| /dpdk/drivers/net/softnic/ |
| H A D | rte_eth_softnic.c | 294 return (uint16_t)rte_ring_sc_dequeue_burst(rxq, in pmd_rx_pkt_burst()
|
| /dpdk/drivers/net/sfc/ |
| H A D | sfc_repr.c | 177 n_rx = rte_ring_sc_dequeue_burst(rxq->ring, objs, nb_pkts, NULL); in sfc_repr_rx_burst()
|
| H A D | sfc_repr_proxy.c | 174 rte_ring_sc_dequeue_burst(repr_txq->ring, in sfc_repr_proxy_handle_tx()
|
| /dpdk/drivers/net/netvsc/ |
| H A D | hn_rxtx.c | 1622 nb_rcv = rte_ring_sc_dequeue_burst(rxq->rx_ring, in hn_recv_pkts()
|