Home
last modified time | relevance | path

Searched refs:EVT_MAX_PORTS (Results 1 – 6 of 6) sorted by relevance

/f-stack/dpdk/app/test-eventdev/
H A Dtest_perf_common.h55 struct prod_data prod[EVT_MAX_PORTS];
56 struct worker_data worker[EVT_MAX_PORTS];
H A Dtest_order_common.h59 struct worker_data worker[EVT_MAX_PORTS];
H A Devt_common.h34 #define EVT_MAX_PORTS 256 macro
H A Dtest_pipeline_common.c148 if (pipeline_nb_event_ports(opt) > EVT_MAX_PORTS) { in pipeline_opt_check()
149 evt_err("number of ports exceeds %d", EVT_MAX_PORTS); in pipeline_opt_check()
H A Dtest_pipeline_common.h51 struct worker_data worker[EVT_MAX_PORTS];
H A Dtest_perf_common.c600 if (perf_nb_event_ports(opt) > EVT_MAX_PORTS) { in perf_opt_check()
601 evt_err("number of ports exceeds %d", EVT_MAX_PORTS); in perf_opt_check()