Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_table_ports.c165 rte_port_ring_writer_ops.f_tx_bulk(port, mbuf, (uint64_t)-1); in test_port_ring_writer()
179 rte_port_ring_writer_ops.f_tx_bulk(port, mbuf, (uint64_t)-3); in test_port_ring_writer()
180 rte_port_ring_writer_ops.f_tx_bulk(port, mbuf, (uint64_t)2); in test_port_ring_writer()
/dpdk/lib/port/
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.c319 .f_tx_bulk = rte_port_ring_writer_ras_tx_bulk,
328 .f_tx_bulk = rte_port_ring_writer_ras_tx_bulk,
H A Drte_port.h225 rte_port_out_op_tx_bulk f_tx_bulk; /**< Packet TX (packet burst) */ member
H A Drte_port_kni.c503 .f_tx_bulk = rte_port_kni_writer_tx_bulk,
512 .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.c290 .f_tx_bulk = rte_port_sched_writer_tx_bulk,
H A Drte_port_source_sink.c608 .f_tx_bulk = rte_port_sink_tx_bulk,
/dpdk/lib/pipeline/
H A Drte_pipeline.c785 if (params->ops->f_tx_bulk == NULL) { in rte_pipeline_port_out_check_params()
1132 port_out->ops.f_tx_bulk(port_out->h_port, in rte_pipeline_action_handler_port_bulk()