Searched refs:rte_sched_pipe_params (Results 1 – 12 of 12) sorted by relevance
| /f-stack/dpdk/lib/librte_sched/ |
| H A D | rte_sched.h | 122 struct rte_sched_pipe_params { struct 169 struct rte_sched_pipe_params *pipe_profiles; 324 struct rte_sched_pipe_params *params,
|
| H A D | rte_sched.c | 318 pipe_profile_check(struct rte_sched_pipe_params *params, in pipe_profile_check() 692 struct rte_sched_pipe_params *src, in rte_sched_pipe_profile_convert() 786 struct rte_sched_pipe_params *src = params->pipe_profiles + i; in rte_sched_subport_config_pipe_profile_table() 795 struct rte_sched_pipe_params *src = params->pipe_profiles + i; in rte_sched_subport_config_pipe_profile_table() 873 struct rte_sched_pipe_params *p = params->pipe_profiles + i; in rte_sched_subport_check_params() 1414 struct rte_sched_pipe_params *params, in rte_sched_subport_pipe_profile_add()
|
| /f-stack/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 | 179 static struct rte_sched_pipe_params pipe_profiles[MAX_SCHED_PIPE_PROFILES] = { 213 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()
|
| /f-stack/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 141 tmgr_pipe_profile_add(struct rte_sched_pipe_params *p) in tmgr_pipe_profile_add()
|
| H A D | cli.c | 457 struct rte_sched_pipe_params p; in cmd_tmgr_pipe_profile()
|
| /f-stack/dpdk/drivers/net/softnic/ |
| H A D | rte_eth_softnic_tm.c | 2112 struct rte_sched_pipe_params *pp) in pipe_profile_build() 2172 struct rte_sched_pipe_params *pp, in pipe_profile_exists() 2191 struct rte_sched_pipe_params *pp, in pipe_profile_install() 2219 static struct rte_sched_pipe_params * 2261 struct rte_sched_pipe_params pp; in pipe_profiles_generate() 2842 struct rte_sched_pipe_params *profile0 = pipe_profile_get(dev, np); in update_pipe_weight() 2843 struct rte_sched_pipe_params profile1; in update_pipe_weight() 2890 struct rte_sched_pipe_params *profile0 = pipe_profile_get(dev, np); in update_queue_weight() 2891 struct rte_sched_pipe_params profile1; in update_queue_weight() 3084 struct rte_sched_pipe_params profile1; in update_pipe_rate() [all …]
|
| H A D | rte_eth_softnic_internals.h | 179 struct rte_sched_pipe_params pipe_profiles[TM_MAX_PIPE_PROFILE];
|
| /f-stack/dpdk/app/test/ |
| H A D | test_sched.c | 26 static struct rte_sched_pipe_params pipe_profile[] = {
|
| /f-stack/dpdk/doc/guides/rel_notes/ |
| H A D | release_19_08.rst | 315 ``wrr_weights`` field of struct ``rte_sched_pipe_params`` is modified to be
|