Searched refs:rte_pie_config_init (Results 1 – 5 of 5) sorted by relevance
| /dpdk/lib/sched/ |
| H A D | version.map | 36 rte_pie_config_init;
|
| H A D | rte_pie.c | 29 rte_pie_config_init(struct rte_pie_config *pie_cfg, in rte_pie_config_init() function
|
| H A D | rte_pie.h | 100 rte_pie_config_init(struct rte_pie_config *pie_cfg,
|
| H A D | rte_sched.c | 1136 if (rte_pie_config_init(&s->pie_config[i], in rte_sched_pie_config()
|
| /dpdk/app/test/ |
| H A D | test_pie.c | 236 if (rte_pie_config_init(&tcfg->tconfig->pconfig[i], in test_rte_pie_init() 997 if (rte_pie_config_init(NULL, 0, 0, 0, 0) == 0) { in test_invalid_parameters() 1003 if (rte_pie_config_init(&config, 0, 1, 1, 1) == 0) { in test_invalid_parameters() 1009 if (rte_pie_config_init(&config, 1, 0, 1, 1) == 0) { in test_invalid_parameters() 1015 if (rte_pie_config_init(&config, 1, 1, 0, 1) == 0) { in test_invalid_parameters() 1021 if (rte_pie_config_init(&config, 1, 1, 1, 0) == 0) { in test_invalid_parameters()
|