Searched refs:rte_ring_sp_enqueue_burst (Results 1 – 12 of 12) sorted by relevance
| /dpdk/lib/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_swx_port_ring.c | 227 n_pkts += rte_ring_sp_enqueue_burst(p->params.ring, in __writer_flush()
|
| H A D | rte_port_ras.c | 139 nb_tx = rte_ring_sp_enqueue_burst(p->ring, (void **)p->tx_buf, in send_burst()
|
| /dpdk/app/test/ |
| H A D | test_table_ports.c | 55 expected_pkts = rte_ring_sp_enqueue_burst(port_ring_reader_params.ring, in test_port_ring_reader() 68 expected_pkts = rte_ring_sp_enqueue_burst(port_ring_reader_params.ring, in test_port_ring_reader()
|
| H A D | test_ipsec_perf.c | 350 num_pkts = rte_ring_sp_enqueue_burst(enq_ring, (void **)mbuf, in create_traffic() 370 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 | 318 .flegacy = rte_ring_sp_enqueue_burst,
|
| /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()
|
| /dpdk/lib/ring/ |
| H A D | rte_ring.h | 708 rte_ring_sp_enqueue_burst(struct rte_ring *r, void * const *obj_table, in rte_ring_sp_enqueue_burst() function
|
| /dpdk/drivers/net/softnic/ |
| H A D | rte_eth_softnic.c | 305 return (uint16_t)rte_ring_sp_enqueue_burst(txq, in pmd_tx_pkt_burst()
|
| /dpdk/drivers/net/sfc/ |
| H A D | sfc_repr.c | 221 n_tx = rte_ring_sp_enqueue_burst(txq->ring, objs, nb_pkts, NULL); in sfc_repr_tx_burst()
|
| H A D | sfc_repr_proxy.c | 259 rte_ring_sp_enqueue_burst(port->rxq[0].ring, in sfc_repr_proxy_rx_forward()
|