Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_table_ports.c88 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 Dtest_table_pipeline.c286 .ops = &rte_port_ring_writer_ops, in setup_pipeline()
H A Dtest_table_combined.c110 .ops = &rte_port_ring_writer_ops, in test_table_type()
H A Dtest_table_acl.c386 .ops = &rte_port_ring_writer_ops, in setup_acl_pipeline()
/f-stack/dpdk/lib/librte_port/
H A Drte_port_ring.h53 extern struct rte_port_out_ops rte_port_ring_writer_ops;
H A Dversion.map22 rte_port_ring_writer_ops;
H A Drte_port_ring.c746 struct rte_port_out_ops rte_port_ring_writer_ops = { variable
/f-stack/dpdk/app/test-pipeline/
H A Dpipeline_stub.c65 .ops = &rte_port_ring_writer_ops, in app_main_loop_worker_pipeline_stub()
H A Dpipeline_lpm.c74 .ops = &rte_port_ring_writer_ops, in app_main_loop_worker_pipeline_lpm()
H A Dpipeline_lpm_ipv6.c71 .ops = &rte_port_ring_writer_ops, in app_main_loop_worker_pipeline_lpm_ipv6()
H A Dpipeline_acl.c131 .ops = &rte_port_ring_writer_ops, in app_main_loop_worker_pipeline_acl()
H A Dpipeline_hash.c132 .ops = &rte_port_ring_writer_ops, in app_main_loop_worker_pipeline_hash()
/f-stack/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_pipeline.c539 p.ops = &rte_port_ring_writer_ops; in softnic_pipeline_port_out_create()
/f-stack/dpdk/examples/ip_pipeline/
H A Dpipeline.c490 p.ops = &rte_port_ring_writer_ops; in pipeline_port_out_create()