Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_table_ports.c138 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 Dtest_ipsec_perf.c340 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 Dtest_ring.h183 return rte_ring_sc_dequeue_burst(r, obj, n, NULL); in test_ring_dequeue()
H A Dtest_table_pipeline.c472 ret = rte_ring_sc_dequeue_burst(rings_tx[i], objs, 10, NULL); in test_pipeline_single_filter()
H A Dtest_table_acl.c688 ret = rte_ring_sc_dequeue_burst(rings_tx[i], objs, 10, NULL); in test_pipeline_single_filter()
H A Dtest_ring.c322 .flegacy = rte_ring_sc_dequeue_burst,
/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()
/dpdk/lib/ring/
H A Drte_ring.h788 rte_ring_sc_dequeue_burst(struct rte_ring *r, void **obj_table, in rte_ring_sc_dequeue_burst() function
/dpdk/lib/port/
H A Drte_port_frag.c157 p->n_pkts = rte_ring_sc_dequeue_burst(p->ring, in rte_port_ring_reader_frag_rx()
H A Drte_swx_port_ring.c91 n_pkts = rte_ring_sc_dequeue_burst(p->params.ring, in reader_pkt_rx()
H A Drte_port_ring.c85 nb_rx = rte_ring_sc_dequeue_burst(p->ring, (void **) pkts, in rte_port_ring_reader_rx()
/dpdk/app/dumpcap/
H A Dmain.c750 n = rte_ring_sc_dequeue_burst(r, (void **) pkts, BURST_SIZE, in process_ring()
/dpdk/drivers/net/softnic/
H A Drte_eth_softnic.c294 return (uint16_t)rte_ring_sc_dequeue_burst(rxq, in pmd_rx_pkt_burst()
/dpdk/drivers/net/sfc/
H A Dsfc_repr.c177 n_rx = rte_ring_sc_dequeue_burst(rxq->ring, objs, nb_pkts, NULL); in sfc_repr_rx_burst()
H A Dsfc_repr_proxy.c174 rte_ring_sc_dequeue_burst(repr_txq->ring, in sfc_repr_proxy_handle_tx()
/dpdk/drivers/net/netvsc/
H A Dhn_rxtx.c1622 nb_rcv = rte_ring_sc_dequeue_burst(rxq->rx_ring, in hn_recv_pkts()