Home
last modified time | relevance | path

Searched refs:app_pipe_to_profile (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/examples/qos_sched/
H A Dinit.c24 int app_pipe_to_profile[MAX_SCHED_SUBPORTS][MAX_SCHED_PIPES]; variable
337 if (app_pipe_to_profile[subport][pipe] != -1) { in app_init_sched_port()
339 app_pipe_to_profile[subport][pipe]); in app_init_sched_port()
343 app_pipe_to_profile[subport][pipe], err); in app_init_sched_port()
H A Dcfg_file.c241 memset(app_pipe_to_profile, -1, sizeof(app_pipe_to_profile)); in cfg_load_subport()
388 app_pipe_to_profile[i][k] = profile; in cfg_load_subport()
H A Dmain.h145 extern int app_pipe_to_profile[MAX_SCHED_SUBPORTS][MAX_SCHED_PIPES];