Home
last modified time | relevance | path

Searched refs:rte_port_ring_reader_ops (Results 1 – 14 of 14) sorted by relevance

/f-stack/dpdk/app/test/
H A Dtest_table_ports.c24 port = rte_port_ring_reader_ops.f_create(NULL, 0); in test_port_ring_reader()
28 status = rte_port_ring_reader_ops.f_free(port); in test_port_ring_reader()
34 port = rte_port_ring_reader_ops.f_create(&port_ring_reader_params, 0); in test_port_ring_reader()
38 status = rte_port_ring_reader_ops.f_free(port); in test_port_ring_reader()
48 port = rte_port_ring_reader_ops.f_create(&port_ring_reader_params, 0); in test_port_ring_reader()
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()
H A Dtest_table_pipeline.c259 .ops = &rte_port_ring_reader_ops, in setup_pipeline()
H A Dtest_table_combined.c78 .ops = &rte_port_ring_reader_ops, in test_table_type()
H A Dtest_table_acl.c359 .ops = &rte_port_ring_reader_ops, in setup_acl_pipeline()
/f-stack/dpdk/lib/librte_port/
H A Drte_port_ring.h40 extern struct rte_port_in_ops rte_port_ring_reader_ops;
H A Dversion.map18 rte_port_ring_reader_ops;
H A Drte_port_ring.c739 struct rte_port_in_ops rte_port_ring_reader_ops = { variable
/f-stack/dpdk/app/test-pipeline/
H A Dpipeline_stub.c44 .ops = &rte_port_ring_reader_ops, in app_main_loop_worker_pipeline_stub()
H A Dpipeline_lpm.c53 .ops = &rte_port_ring_reader_ops, in app_main_loop_worker_pipeline_lpm()
H A Dpipeline_lpm_ipv6.c50 .ops = &rte_port_ring_reader_ops, in app_main_loop_worker_pipeline_lpm_ipv6()
H A Dpipeline_acl.c110 .ops = &rte_port_ring_reader_ops, in app_main_loop_worker_pipeline_acl()
H A Dpipeline_hash.c111 .ops = &rte_port_ring_reader_ops, in app_main_loop_worker_pipeline_hash()
/f-stack/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_pipeline.c303 p.ops = &rte_port_ring_reader_ops; in softnic_pipeline_port_in_create()
/f-stack/dpdk/examples/ip_pipeline/
H A Dpipeline.c228 p.ops = &rte_port_ring_reader_ops; in pipeline_port_in_create()