Searched refs:rte_port_ring_writer_ops (Results 1 – 14 of 14) sorted by relevance
| /f-stack/dpdk/app/test/ |
| H A D | test_table_ports.c | 88 port = rte_port_ring_writer_ops.f_create(NULL, 0); in test_port_ring_writer() 92 status = rte_port_ring_writer_ops.f_free(port); in test_port_ring_writer() 98 port = rte_port_ring_writer_ops.f_create(&port_ring_writer_params, 0); in test_port_ring_writer() 105 port = rte_port_ring_writer_ops.f_create(&port_ring_writer_params, 0); in test_port_ring_writer() 117 status = rte_port_ring_writer_ops.f_free(port); in test_port_ring_writer() 133 rte_port_ring_writer_ops.f_tx(port, mbuf[0]); in test_port_ring_writer() 134 rte_port_ring_writer_ops.f_flush(port); in test_port_ring_writer() 147 rte_port_ring_writer_ops.f_tx(port, mbuf[i]); in test_port_ring_writer() 163 rte_port_ring_writer_ops.f_tx_bulk(port, mbuf, (uint64_t)-1); in test_port_ring_writer() 177 rte_port_ring_writer_ops.f_tx_bulk(port, mbuf, (uint64_t)-3); in test_port_ring_writer() [all …]
|
| H A D | test_table_pipeline.c | 286 .ops = &rte_port_ring_writer_ops, in setup_pipeline()
|
| H A D | test_table_combined.c | 110 .ops = &rte_port_ring_writer_ops, in test_table_type()
|
| H A D | test_table_acl.c | 386 .ops = &rte_port_ring_writer_ops, in setup_acl_pipeline()
|
| /f-stack/dpdk/lib/librte_port/ |
| H A D | rte_port_ring.h | 53 extern struct rte_port_out_ops rte_port_ring_writer_ops;
|
| H A D | version.map | 22 rte_port_ring_writer_ops;
|
| H A D | rte_port_ring.c | 746 struct rte_port_out_ops rte_port_ring_writer_ops = { variable
|
| /f-stack/dpdk/app/test-pipeline/ |
| H A D | pipeline_stub.c | 65 .ops = &rte_port_ring_writer_ops, in app_main_loop_worker_pipeline_stub()
|
| H A D | pipeline_lpm.c | 74 .ops = &rte_port_ring_writer_ops, in app_main_loop_worker_pipeline_lpm()
|
| H A D | pipeline_lpm_ipv6.c | 71 .ops = &rte_port_ring_writer_ops, in app_main_loop_worker_pipeline_lpm_ipv6()
|
| H A D | pipeline_acl.c | 131 .ops = &rte_port_ring_writer_ops, in app_main_loop_worker_pipeline_acl()
|
| H A D | pipeline_hash.c | 132 .ops = &rte_port_ring_writer_ops, in app_main_loop_worker_pipeline_hash()
|
| /f-stack/dpdk/drivers/net/softnic/ |
| H A D | rte_eth_softnic_pipeline.c | 539 p.ops = &rte_port_ring_writer_ops; in softnic_pipeline_port_out_create()
|
| /f-stack/dpdk/examples/ip_pipeline/ |
| H A D | pipeline.c | 490 p.ops = &rte_port_ring_writer_ops; in pipeline_port_out_create()
|