Searched refs:f_rx (Results 1 – 12 of 12) sorted by relevance
| /f-stack/dpdk/app/test/ |
| H A D | test_table_ports.c | 55 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 D | rte_port_frag.c | 268 .f_rx = rte_port_ring_reader_frag_rx, 275 .f_rx = rte_port_ring_reader_frag_rx,
|
| H A D | rte_port.h | 122 rte_port_in_op_rx f_rx; /**< Packet RX (packet burst) */ member
|
| H A D | rte_port_sched.c | 283 .f_rx = rte_port_sched_reader_rx,
|
| H A D | rte_port_ring.c | 742 .f_rx = rte_port_ring_reader_rx, 767 .f_rx = rte_port_ring_multi_reader_rx,
|
| H A D | rte_port_kni.c | 496 .f_rx = rte_port_kni_reader_rx,
|
| H A D | rte_port_fd.c | 498 .f_rx = rte_port_fd_reader_rx,
|
| H A D | rte_port_ethdev.c | 504 .f_rx = rte_port_ethdev_reader_rx,
|
| H A D | rte_port_sym_crypto.c | 532 .f_rx = rte_port_sym_crypto_reader_rx,
|
| H A D | rte_port_source_sink.c | 608 .f_rx = rte_port_source_rx,
|
| H A D | rte_port_eventdev.c | 564 .f_rx = rte_port_eventdev_reader_rx,
|
| /f-stack/dpdk/lib/librte_pipeline/ |
| H A D | rte_pipeline.c | 724 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()
|