Home
last modified time | relevance | path

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

/dpdk/lib/pipeline/
H A Drte_pipeline.c779 if (params->ops->f_tx == NULL) { in rte_pipeline_port_out_check_params()
1154 port_out->ops.f_tx(port_out->h_port, pkt); in rte_pipeline_action_handler_port()
1168 port_out->ops.f_tx(port_out->h_port, in rte_pipeline_action_handler_port()
1190 port_out->ops.f_tx(port_out->h_port, pkt); in rte_pipeline_action_handler_port()
1202 port_out->ops.f_tx(port_out->h_port, in rte_pipeline_action_handler_port()
1229 port_out->ops.f_tx(port_out->h_port, pkt); in rte_pipeline_action_handler_port_meta()
1243 port_out->ops.f_tx(port_out->h_port, in rte_pipeline_action_handler_port_meta()
1266 port_out->ops.f_tx(port_out->h_port, pkt); in rte_pipeline_action_handler_port_meta()
1278 port_out->ops.f_tx(port_out->h_port, in rte_pipeline_action_handler_port_meta()
1475 port_out->ops.f_tx(port_out->h_port, pkt); /* Output port TX */ in rte_pipeline_port_out_packet_insert()
/dpdk/app/test/
H A Dtest_table_ports.c135 rte_port_ring_writer_ops.f_tx(port, mbuf[0]); in test_port_ring_writer()
149 rte_port_ring_writer_ops.f_tx(port, mbuf[i]); in test_port_ring_writer()
/dpdk/lib/port/
H A Drte_port_ring.c749 .f_tx = rte_port_ring_writer_tx,
758 .f_tx = rte_port_ring_writer_nodrop_tx,
774 .f_tx = rte_port_ring_multi_writer_tx,
783 .f_tx = rte_port_ring_multi_writer_nodrop_tx,
H A Drte_port_ras.c318 .f_tx = rte_port_ring_writer_ras_tx,
327 .f_tx = rte_port_ring_writer_ras_tx,
H A Drte_port.h224 rte_port_out_op_tx f_tx; /**< Packet TX (single packet) */ member
H A Drte_port_kni.c502 .f_tx = rte_port_kni_writer_tx,
511 .f_tx = rte_port_kni_writer_nodrop_tx,
H A Drte_port_fd.c505 .f_tx = rte_port_fd_writer_tx,
514 .f_tx = rte_port_fd_writer_nodrop_tx,
H A Drte_port_ethdev.c511 .f_tx = rte_port_ethdev_writer_tx,
520 .f_tx = rte_port_ethdev_writer_nodrop_tx,
H A Drte_port_sym_crypto.c539 .f_tx = rte_port_sym_crypto_writer_tx,
548 .f_tx = rte_port_sym_crypto_writer_nodrop_tx,
H A Drte_port_eventdev.c571 .f_tx = rte_port_eventdev_writer_tx,
580 .f_tx = rte_port_eventdev_writer_nodrop_tx,
H A Drte_port_sched.c289 .f_tx = rte_port_sched_writer_tx,
H A Drte_port_source_sink.c607 .f_tx = rte_port_sink_tx,