Searched refs:rings_tx (Results 1 – 12 of 12) sorted by relevance
| /f-stack/dpdk/app/test/ |
| H A D | test_table.c | 20 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 D | test_table.h | 34 #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 D | test_table_pipeline.c | 281 .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 D | test_table_acl.c | 381 .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 D | runtime.c | 100 app.rings_tx[i ^ 1], in app_main_loop_worker() 121 app.rings_tx[i], in app_main_loop_tx()
|
| H A D | init.c | 142 app.rings_tx[i] = rte_ring_create( in app_init_rings() 148 if (app.rings_tx[i] == NULL) in app_init_rings()
|
| H A D | main.h | 35 struct rte_ring *rings_tx[APP_MAX_PORTS]; member
|
| H A D | pipeline_stub.c | 60 .ring = app.rings_tx[i], in app_main_loop_worker_pipeline_stub()
|
| H A D | pipeline_lpm.c | 69 .ring = app.rings_tx[i], in app_main_loop_worker_pipeline_lpm()
|
| H A D | pipeline_lpm_ipv6.c | 66 .ring = app.rings_tx[i], in app_main_loop_worker_pipeline_lpm_ipv6()
|
| H A D | pipeline_acl.c | 126 .ring = app.rings_tx[i], in app_main_loop_worker_pipeline_acl()
|
| H A D | pipeline_hash.c | 127 .ring = app.rings_tx[i], in app_main_loop_worker_pipeline_hash()
|