Home
last modified time | relevance | path

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

/dpdk/app/test-eventdev/
H A Dtest_perf_common.h65 struct prod_data prod[EVT_MAX_PORTS];
66 struct worker_data worker[EVT_MAX_PORTS];
H A Dtest_order_common.h59 struct worker_data worker[EVT_MAX_PORTS];
H A Devt_common.h35 #define EVT_MAX_PORTS 256 macro
H A Dtest_pipeline_common.c153 if (pipeline_nb_event_ports(opt) > EVT_MAX_PORTS) { in pipeline_opt_check()
154 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.c949 if (perf_nb_event_ports(opt) > EVT_MAX_PORTS) { in perf_opt_check()
950 evt_err("number of ports exceeds %d", EVT_MAX_PORTS); in perf_opt_check()