Searched refs:rte_port_ring_reader_ops (Results 1 – 14 of 14) sorted by relevance
| /f-stack/dpdk/app/test/ |
| H A D | test_table_ports.c | 24 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 D | test_table_pipeline.c | 259 .ops = &rte_port_ring_reader_ops, in setup_pipeline()
|
| H A D | test_table_combined.c | 78 .ops = &rte_port_ring_reader_ops, in test_table_type()
|
| H A D | test_table_acl.c | 359 .ops = &rte_port_ring_reader_ops, in setup_acl_pipeline()
|
| /f-stack/dpdk/lib/librte_port/ |
| H A D | rte_port_ring.h | 40 extern struct rte_port_in_ops rte_port_ring_reader_ops;
|
| H A D | version.map | 18 rte_port_ring_reader_ops;
|
| H A D | rte_port_ring.c | 739 struct rte_port_in_ops rte_port_ring_reader_ops = { variable
|
| /f-stack/dpdk/app/test-pipeline/ |
| H A D | pipeline_stub.c | 44 .ops = &rte_port_ring_reader_ops, in app_main_loop_worker_pipeline_stub()
|
| H A D | pipeline_lpm.c | 53 .ops = &rte_port_ring_reader_ops, in app_main_loop_worker_pipeline_lpm()
|
| H A D | pipeline_lpm_ipv6.c | 50 .ops = &rte_port_ring_reader_ops, in app_main_loop_worker_pipeline_lpm_ipv6()
|
| H A D | pipeline_acl.c | 110 .ops = &rte_port_ring_reader_ops, in app_main_loop_worker_pipeline_acl()
|
| H A D | pipeline_hash.c | 111 .ops = &rte_port_ring_reader_ops, in app_main_loop_worker_pipeline_hash()
|
| /f-stack/dpdk/drivers/net/softnic/ |
| H A D | rte_eth_softnic_pipeline.c | 303 p.ops = &rte_port_ring_reader_ops; in softnic_pipeline_port_in_create()
|
| /f-stack/dpdk/examples/ip_pipeline/ |
| H A D | pipeline.c | 228 p.ops = &rte_port_ring_reader_ops; in pipeline_port_in_create()
|