Home
last modified time | relevance | path

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

/dpdk/lib/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_swx_port_ring.c227 n_pkts += rte_ring_sp_enqueue_burst(p->params.ring, in __writer_flush()
H A Drte_port_ras.c139 nb_tx = rte_ring_sp_enqueue_burst(p->ring, (void **)p->tx_buf, in send_burst()
/dpdk/app/test/
H A Dtest_table_ports.c55 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 Dtest_ipsec_perf.c350 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 Dtest_ring.h122 return rte_ring_sp_enqueue_burst(r, obj, n, NULL); in test_ring_enqueue()
H A Dtest_ring.c318 .flegacy = rte_ring_sp_enqueue_burst,
/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()
/dpdk/lib/ring/
H A Drte_ring.h708 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 Drte_eth_softnic.c305 return (uint16_t)rte_ring_sp_enqueue_burst(txq, in pmd_tx_pkt_burst()
/dpdk/drivers/net/sfc/
H A Dsfc_repr.c221 n_tx = rte_ring_sp_enqueue_burst(txq->ring, objs, nb_pkts, NULL); in sfc_repr_tx_burst()
H A Dsfc_repr_proxy.c259 rte_ring_sp_enqueue_burst(port->rxq[0].ring, in sfc_repr_proxy_rx_forward()