Searched refs:rte_ring_sp_enqueue_burst (Results 1 – 10 of 10) sorted by relevance
| /f-stack/dpdk/app/test/ |
| H A D | test_table_ports.c | 53 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 D | test_ipsec_perf.c | 338 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 D | test_ring.h | 122 return rte_ring_sp_enqueue_burst(r, obj, n, NULL); in test_ring_enqueue()
|
| H A D | test_ring.c | 319 .flegacy = rte_ring_sp_enqueue_burst,
|
| /f-stack/dpdk/lib/librte_port/ |
| H A D | rte_port_ring.c | 216 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 D | rte_port_ras.c | 140 nb_tx = rte_ring_sp_enqueue_burst(p->ring, (void **)p->tx_buf, in send_burst()
|
| /f-stack/dpdk/drivers/crypto/scheduler/ |
| H A D | scheduler_pmd_private.h | 79 rte_ring_sp_enqueue_burst(order_ring, (void **)ops, nb_ops, NULL); in scheduler_order_insert()
|
| /f-stack/dpdk/lib/librte_ring/ |
| H A D | rte_ring.h | 691 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 D | rte_eth_softnic.c | 311 return (uint16_t)rte_ring_sp_enqueue_burst(txq, in pmd_tx_pkt_burst()
|
| /f-stack/dpdk/examples/performance-thread/l3fwd-thread/ |
| H A D | main.c | 2184 ret = rte_ring_sp_enqueue_burst( in lthread_rx() 2431 n = rte_ring_sp_enqueue_burst(rx_conf->ring[worker_id], in pthread_rx()
|