Searched refs:rte_port_ring_reader_ops (Results 1 – 14 of 14) sorted by relevance
| /dpdk/app/test/ |
| H A D | test_table_ports.c | 26 port = rte_port_ring_reader_ops.f_create(NULL, 0); in test_port_ring_reader() 30 status = rte_port_ring_reader_ops.f_free(port); in test_port_ring_reader() 36 port = rte_port_ring_reader_ops.f_create(&port_ring_reader_params, 0); in test_port_ring_reader() 40 status = rte_port_ring_reader_ops.f_free(port); in test_port_ring_reader() 50 port = rte_port_ring_reader_ops.f_create(&port_ring_reader_params, 0); in test_port_ring_reader() 57 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()
|
| H A D | test_table_pipeline.c | 261 .ops = &rte_port_ring_reader_ops, in setup_pipeline()
|
| H A D | test_table_combined.c | 80 .ops = &rte_port_ring_reader_ops, in test_table_type()
|
| H A D | test_table_acl.c | 361 .ops = &rte_port_ring_reader_ops, in setup_acl_pipeline()
|
| /dpdk/lib/port/ |
| H A D | rte_port_ring.h | 39 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
|
| /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()
|
| /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()
|
| /dpdk/examples/ip_pipeline/ |
| H A D | pipeline.c | 228 p.ops = &rte_port_ring_reader_ops; in pipeline_port_in_create()
|