Searched refs:rte_sched_pipe_params (Results 1 – 12 of 12) sorted by relevance
| /dpdk/lib/sched/ |
| H A D | rte_sched.h | 142 struct rte_sched_pipe_params { struct 205 struct rte_sched_pipe_params *pipe_profiles; 353 struct rte_sched_pipe_params *params,
|
| H A D | rte_sched.c | 321 pipe_profile_check(struct rte_sched_pipe_params *params, in pipe_profile_check() 695 struct rte_sched_pipe_params *src, in rte_sched_pipe_profile_convert() 789 struct rte_sched_pipe_params *src = params->pipe_profiles + i; in rte_sched_subport_config_pipe_profile_table() 798 struct rte_sched_pipe_params *src = params->pipe_profiles + i; in rte_sched_subport_config_pipe_profile_table() 876 struct rte_sched_pipe_params *p = params->pipe_profiles + i; in rte_sched_subport_check_params() 1489 struct rte_sched_pipe_params *params, in rte_sched_subport_pipe_profile_add()
|
| /dpdk/examples/qos_sched/ |
| H A D | cfg_file.h | 13 int cfg_load_pipe(struct rte_cfgfile *cfg, struct rte_sched_pipe_params *pipe);
|
| H A D | init.c | 178 static struct rte_sched_pipe_params pipe_profiles[MAX_SCHED_PIPE_PROFILES] = { 282 sizeof(struct rte_sched_pipe_params),
|
| H A D | cfg_file.c | 46 cfg_load_pipe(struct rte_cfgfile *cfg, struct rte_sched_pipe_params *pipe_params) in cfg_load_pipe()
|
| /dpdk/examples/ip_pipeline/ |
| H A D | tmgr.h | 57 tmgr_pipe_profile_add(struct rte_sched_pipe_params *p);
|
| H A D | tmgr.c | 17 static struct rte_sched_pipe_params 147 tmgr_pipe_profile_add(struct rte_sched_pipe_params *p) in tmgr_pipe_profile_add()
|
| H A D | cli.c | 455 struct rte_sched_pipe_params p; in cmd_tmgr_pipe_profile()
|
| /dpdk/drivers/net/softnic/ |
| H A D | rte_eth_softnic_tm.c | 2106 struct rte_sched_pipe_params *pp) in pipe_profile_build() 2166 struct rte_sched_pipe_params *pp, in pipe_profile_exists() 2185 struct rte_sched_pipe_params *pp, in pipe_profile_install() 2213 static struct rte_sched_pipe_params * 2255 struct rte_sched_pipe_params pp; in pipe_profiles_generate() 2834 struct rte_sched_pipe_params *profile0 = pipe_profile_get(dev, np); in update_pipe_weight() 2835 struct rte_sched_pipe_params profile1; in update_pipe_weight() 2880 struct rte_sched_pipe_params *profile0 = pipe_profile_get(dev, np); in update_queue_weight() 2881 struct rte_sched_pipe_params profile1; in update_queue_weight() 3066 struct rte_sched_pipe_params profile1; in update_pipe_rate() [all …]
|
| H A D | rte_eth_softnic_internals.h | 191 struct rte_sched_pipe_params pipe_profiles[TM_MAX_PIPE_PROFILE];
|
| /dpdk/app/test/ |
| H A D | test_sched.c | 35 static struct rte_sched_pipe_params pipe_profile[] = {
|
| /dpdk/doc/guides/rel_notes/ |
| H A D | release_19_08.rst | 247 ``wrr_weights`` field of struct ``rte_sched_pipe_params`` is modified to be
|