Home
last modified time | relevance | path

Searched refs:pkt_tx (Results 1 – 7 of 7) sorted by relevance

/dpdk/lib/port/
H A Drte_swx_port.h189 rte_swx_port_out_pkt_tx_t pkt_tx; member
H A Drte_swx_port_fd.c295 .pkt_tx = writer_pkt_tx,
H A Drte_swx_port_ring.c314 .pkt_tx = writer_pkt_tx,
H A Drte_swx_port_ethdev.c310 .pkt_tx = writer_pkt_tx,
H A Drte_swx_port_source_sink.c339 .pkt_tx = sink_pkt_tx,
/dpdk/lib/pipeline/
H A Drte_swx_pipeline_internal.h106 rte_swx_port_out_pkt_tx_t pkt_tx; member
1614 port->pkt_tx(port->obj, pkt); in __instr_tx_exec()
1632 port->pkt_tx(port->obj, pkt); in __instr_tx_i_exec()
1651 port->pkt_tx(port->obj, pkt); in __instr_drop_exec()
H A Drte_swx_pipeline.c425 CHECK(ops->pkt_tx, EINVAL); in rte_swx_pipeline_port_out_type_register()
511 out->pkt_tx = port->type->ops.pkt_tx; in port_out_build()