Home
last modified time | relevance | path

Searched refs:EVT_MAX_STAGES (Results 1 – 5 of 5) sorted by relevance

/f-stack/dpdk/app/test-eventdev/
H A Devt_common.h33 #define EVT_MAX_STAGES 64 macro
58 uint8_t sched_type_list[EVT_MAX_STAGES];
H A Devt_options.h129 if (opt->nb_stages > EVT_MAX_STAGES) { in evt_has_invalid_stage()
131 EVT_MAX_STAGES); in evt_has_invalid_stage()
H A Dtest_perf_common.h58 uint8_t sched_type_list[EVT_MAX_STAGES] __rte_cache_aligned;
H A Dtest_pipeline_common.h53 uint8_t sched_type_list[EVT_MAX_STAGES] __rte_cache_aligned;
H A Devt_options.c303 for (i = 0; i < EVT_MAX_STAGES; i++) in evt_parse_sched_type_list()