Home
last modified time | relevance | path

Searched refs:rte_ring_sp_enqueue_burst (Results 1 – 10 of 10) sorted by relevance

/f-stack/dpdk/app/test/
H A Dtest_table_ports.c53 expected_pkts = rte_ring_sp_enqueue_burst(port_ring_reader_params.ring, in test_port_ring_reader()
66 expected_pkts = rte_ring_sp_enqueue_burst(port_ring_reader_params.ring, in test_port_ring_reader()
H A Dtest_ipsec_perf.c338 num_pkts = rte_ring_sp_enqueue_burst(enq_ring, (void **)mbuf, in create_traffic()
358 num_pkts = rte_ring_sp_enqueue_burst(enq_ring, (void **)mbuf, in create_traffic()
H A Dtest_ring.h122 return rte_ring_sp_enqueue_burst(r, obj, n, NULL); in test_ring_enqueue()
H A Dtest_ring.c319 .flegacy = rte_ring_sp_enqueue_burst,
/f-stack/dpdk/lib/librte_port/
H A Drte_port_ring.c216 nb_tx = rte_ring_sp_enqueue_burst(p->ring, (void **)p->tx_buf, in send_burst()
297 n_pkts_ok = rte_ring_sp_enqueue_burst(p->ring, in rte_port_ring_writer_tx_bulk_internal()
492 nb_tx = rte_ring_sp_enqueue_burst(p->ring, (void **)p->tx_buf, in send_burst_nodrop()
502 nb_tx += rte_ring_sp_enqueue_burst(p->ring, in send_burst_nodrop()
615 rte_ring_sp_enqueue_burst(p->ring, in rte_port_ring_writer_nodrop_tx_bulk_internal()
H A Drte_port_ras.c140 nb_tx = rte_ring_sp_enqueue_burst(p->ring, (void **)p->tx_buf, in send_burst()
/f-stack/dpdk/drivers/crypto/scheduler/
H A Dscheduler_pmd_private.h79 rte_ring_sp_enqueue_burst(order_ring, (void **)ops, nb_ops, NULL); in scheduler_order_insert()
/f-stack/dpdk/lib/librte_ring/
H A Drte_ring.h691 rte_ring_sp_enqueue_burst(struct rte_ring *r, void * const *obj_table, in rte_ring_sp_enqueue_burst() function
/f-stack/dpdk/drivers/net/softnic/
H A Drte_eth_softnic.c311 return (uint16_t)rte_ring_sp_enqueue_burst(txq, in pmd_tx_pkt_burst()
/f-stack/dpdk/examples/performance-thread/l3fwd-thread/
H A Dmain.c2184 ret = rte_ring_sp_enqueue_burst( in lthread_rx()
2431 n = rte_ring_sp_enqueue_burst(rx_conf->ring[worker_id], in pthread_rx()