Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_table_ports.c163 rte_port_ring_writer_ops.f_tx_bulk(port, mbuf, (uint64_t)-1); in test_port_ring_writer()
177 rte_port_ring_writer_ops.f_tx_bulk(port, mbuf, (uint64_t)-3); in test_port_ring_writer()
178 rte_port_ring_writer_ops.f_tx_bulk(port, mbuf, (uint64_t)2); in test_port_ring_writer()
/f-stack/dpdk/lib/librte_port/
H A Drte_port.h225 rte_port_out_op_tx_bulk f_tx_bulk; /**< Packet TX (packet burst) */ member
H A Drte_port_ring.c750 .f_tx_bulk = rte_port_ring_writer_tx_bulk,
759 .f_tx_bulk = rte_port_ring_writer_nodrop_tx_bulk,
775 .f_tx_bulk = rte_port_ring_multi_writer_tx_bulk,
784 .f_tx_bulk = rte_port_ring_multi_writer_nodrop_tx_bulk,
H A Drte_port_ras.c320 .f_tx_bulk = rte_port_ring_writer_ras_tx_bulk,
329 .f_tx_bulk = rte_port_ring_writer_ras_tx_bulk,
H A Drte_port_kni.c504 .f_tx_bulk = rte_port_kni_writer_tx_bulk,
513 .f_tx_bulk = rte_port_kni_writer_nodrop_tx_bulk,
H A Drte_port_fd.c506 .f_tx_bulk = rte_port_fd_writer_tx_bulk,
515 .f_tx_bulk = rte_port_fd_writer_nodrop_tx_bulk,
H A Drte_port_ethdev.c512 .f_tx_bulk = rte_port_ethdev_writer_tx_bulk,
521 .f_tx_bulk = rte_port_ethdev_writer_nodrop_tx_bulk,
H A Drte_port_sym_crypto.c540 .f_tx_bulk = rte_port_sym_crypto_writer_tx_bulk,
549 .f_tx_bulk = rte_port_sym_crypto_writer_nodrop_tx_bulk,
H A Drte_port_eventdev.c572 .f_tx_bulk = rte_port_eventdev_writer_tx_bulk,
581 .f_tx_bulk = rte_port_eventdev_writer_nodrop_tx_bulk,
H A Drte_port_sched.c291 .f_tx_bulk = rte_port_sched_writer_tx_bulk,
H A Drte_port_source_sink.c616 .f_tx_bulk = rte_port_sink_tx_bulk,
/f-stack/dpdk/lib/librte_pipeline/
H A Drte_pipeline.c789 if (params->ops->f_tx_bulk == NULL) { in rte_pipeline_port_out_check_params()
1136 port_out->ops.f_tx_bulk(port_out->h_port, in rte_pipeline_action_handler_port_bulk()