Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_table_ports.c57 received_pkts = rte_port_ring_reader_ops.f_rx(port, res_mbuf, 1); in test_port_ring_reader()
70 received_pkts = rte_port_ring_reader_ops.f_rx(port, res_mbuf, in test_port_ring_reader()
/dpdk/lib/port/
H A Drte_port_frag.c266 .f_rx = rte_port_ring_reader_frag_rx,
273 .f_rx = rte_port_ring_reader_frag_rx,
H A Drte_port.h122 rte_port_in_op_rx f_rx; /**< Packet RX (packet burst) */ member
H A Drte_port_ring.c742 .f_rx = rte_port_ring_reader_rx,
767 .f_rx = rte_port_ring_multi_reader_rx,
H A Drte_port_sched.c282 .f_rx = rte_port_sched_reader_rx,
H A Drte_port_kni.c495 .f_rx = rte_port_kni_reader_rx,
H A Drte_port_fd.c498 .f_rx = rte_port_fd_reader_rx,
H A Drte_port_ethdev.c504 .f_rx = rte_port_ethdev_reader_rx,
H A Drte_port_sym_crypto.c532 .f_rx = rte_port_sym_crypto_reader_rx,
H A Drte_port_source_sink.c600 .f_rx = rte_port_source_rx,
H A Drte_port_eventdev.c564 .f_rx = rte_port_eventdev_reader_rx,
/dpdk/lib/pipeline/
H A Drte_pipeline.c720 if (params->ops->f_rx == NULL) { in rte_pipeline_port_in_check_params()
1318 n_pkts = port_in->ops.f_rx(port_in->h_port, p->pkts, in rte_pipeline_run()