Home
last modified time | relevance | path

Searched refs:subport_params (Results 1 – 10 of 10) sorted by relevance

/dpdk/examples/qos_sched/
H A Dstats.c27 pipe_id >= subport_params[subport_id].n_pipes_per_subport_enabled || in qavg_q()
35 queue_id += subport_params[i].n_pipes_per_subport_enabled * in qavg_q()
80 subport_params[i].n_pipes_per_subport_enabled * in qavg_tcpipe()
134 queue_id += subport_params[i].n_pipes_per_subport_enabled * in qavg_pipe()
182 subport_params[i].n_pipes_per_subport_enabled * in qavg_tcsubport()
189 subport_params[subport_id].n_pipes_per_subport_enabled; in qavg_tcsubport()
213 (subport_params[subport_id].n_pipes_per_subport_enabled); in qavg_tcsubport()
216 (subport_params[subport_id].n_pipes_per_subport_enabled) * in qavg_tcsubport()
257 subport_params[subport_id].n_pipes_per_subport_enabled; in qavg_subport()
271 (subport_params[subport_id].n_pipes_per_subport_enabled * in qavg_subport()
[all …]
H A Dcfg_file.c57 subport_params[0].n_pipe_profiles = profiles; in cfg_load_pipe()
158 subport_params[0].n_pipe_profiles = profiles; in cfg_load_subport_profile()
267 cfg_load_subport(struct rte_cfgfile *cfg, struct rte_sched_subport_params *subport_params) in cfg_load_subport() argument
272 if (!cfg || !subport_params) in cfg_load_subport()
400 subport_params[i].n_pipes_per_subport_enabled = in cfg_load_subport()
408 subport_params[i].qsize[j] = in cfg_load_subport()
410 if (subport_params[i].qsize[j] != 0) { in cfg_load_subport()
419 subport_params[i].qsize[RTE_SCHED_TRAFFIC_CLASS_BE] = in cfg_load_subport()
469 set_subport_cman_params(subport_params+i, cman_params); in cfg_load_subport()
H A Dinit.c276 struct rte_sched_subport_params subport_params[MAX_SCHED_SUBPORTS] = { variable
330 &subport_params[subport], in app_init_sched_port()
338 subport_params[subport].n_pipes_per_subport_enabled; in app_init_sched_port()
366 cfg_load_subport(file, subport_params); in app_load_cfg_profile()
H A Dmain.h159 extern struct rte_sched_subport_params subport_params[MAX_SCHED_SUBPORTS];
H A Dapp_thread.c44 (subport_params[*subport].n_pipes_per_subport_enabled - 1); in get_pkt_sched()
/dpdk/examples/ip_pipeline/
H A Dtmgr.c166 struct rte_sched_subport_params subport_params; in tmgr_port_create() local
200 memcpy(&subport_params, &subport_params_default, in tmgr_port_create()
203 subport_params.n_pipe_profiles = n_pipe_profiles; in tmgr_port_create()
204 subport_params.n_pipes_per_subport_enabled = in tmgr_port_create()
213 &subport_params, in tmgr_port_create()
/dpdk/lib/sched/
H A Drte_sched.h435 struct rte_sched_subport_params **subport_params);
H A Drte_sched.c122 struct rte_sched_subport_profile *subport_params; member
892 struct rte_sched_subport_params **subport_params) in rte_sched_port_get_memory_footprint() argument
907 struct rte_sched_subport_params *sp = subport_params[i]; in rte_sched_port_get_memory_footprint()
924 struct rte_sched_subport_params *sp = subport_params[i]; in rte_sched_port_get_memory_footprint()
2259 struct rte_sched_subport_profile *sp = grinder->subport_params; in grinder_tc_ov_credits_update()
2305 struct rte_sched_subport_profile *sp = grinder->subport_params; in grinder_credits_update()
2769 grinder->subport_params = port->subport_profiles + in grinder_handle()
/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_tm.c89 t->subport_params[subport_id].n_pipes_per_subport_enabled; in softnic_tmgr_port_create()
95 &t->subport_params[subport_id], in softnic_tmgr_port_create()
2310 &p->soft.tm.params.subport_params[subport_id]; in wred_profiles_set()
2763 t->subport_params[subport_id] = in hierarchy_blueprints_create()
H A Drte_eth_softnic_internals.h186 struct rte_sched_subport_params subport_params[TM_MAX_SUBPORTS]; member