Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_table_ports.c55 received_pkts = rte_port_ring_reader_ops.f_rx(port, res_mbuf, 1); in test_port_ring_reader()
68 received_pkts = rte_port_ring_reader_ops.f_rx(port, res_mbuf, in test_port_ring_reader()
/f-stack/dpdk/lib/librte_port/
H A Drte_port_frag.c268 .f_rx = rte_port_ring_reader_frag_rx,
275 .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_sched.c283 .f_rx = rte_port_sched_reader_rx,
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_kni.c496 .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.c608 .f_rx = rte_port_source_rx,
H A Drte_port_eventdev.c564 .f_rx = rte_port_eventdev_reader_rx,
/f-stack/dpdk/lib/librte_pipeline/
H A Drte_pipeline.c724 if (params->ops->f_rx == NULL) { in rte_pipeline_port_in_check_params()
1322 n_pkts = port_in->ops.f_rx(port_in->h_port, p->pkts, in rte_pipeline_run()