Home
last modified time | relevance | path

Searched refs:rings_tx (Results 1 – 12 of 12) sorted by relevance

/f-stack/dpdk/app/test/
H A Dtest_table.c20 struct rte_ring *rings_tx[N_PORTS]; variable
118 rings_tx[i] = rte_ring_lookup(name); in app_init_rings()
119 if (rings_tx[i] == NULL) { in app_init_rings()
120 rings_tx[i] = rte_ring_create( in app_init_rings()
126 if (rings_tx[i] == NULL) in app_init_rings()
H A Dtest_table.h34 #define RING_TX rings_tx[0]
35 #define RING_TX_2 rings_tx[1]
118 extern struct rte_ring *rings_tx[N_PORTS];
H A Dtest_table_pipeline.c281 .ring = rings_tx[i], in setup_pipeline()
470 ret = rte_ring_sc_dequeue_burst(rings_tx[i], objs, 10, NULL); in test_pipeline_single_filter()
H A Dtest_table_acl.c381 .ring = rings_tx[i], in setup_acl_pipeline()
686 ret = rte_ring_sc_dequeue_burst(rings_tx[i], objs, 10, NULL); in test_pipeline_single_filter()
/f-stack/dpdk/app/test-pipeline/
H A Druntime.c100 app.rings_tx[i ^ 1], in app_main_loop_worker()
121 app.rings_tx[i], in app_main_loop_tx()
H A Dinit.c142 app.rings_tx[i] = rte_ring_create( in app_init_rings()
148 if (app.rings_tx[i] == NULL) in app_init_rings()
H A Dmain.h35 struct rte_ring *rings_tx[APP_MAX_PORTS]; member
H A Dpipeline_stub.c60 .ring = app.rings_tx[i], in app_main_loop_worker_pipeline_stub()
H A Dpipeline_lpm.c69 .ring = app.rings_tx[i], in app_main_loop_worker_pipeline_lpm()
H A Dpipeline_lpm_ipv6.c66 .ring = app.rings_tx[i], in app_main_loop_worker_pipeline_lpm_ipv6()
H A Dpipeline_acl.c126 .ring = app.rings_tx[i], in app_main_loop_worker_pipeline_acl()
H A Dpipeline_hash.c127 .ring = app.rings_tx[i], in app_main_loop_worker_pipeline_hash()