Home
last modified time | relevance | path

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

/f-stack/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()
238 if (!cfg || !subport_params) in cfg_load_subport()
328 subport_params[i].n_pipes_per_subport_enabled = in cfg_load_subport()
336 subport_params[i].qsize[j] = in cfg_load_subport()
338 if (subport_params[i].qsize[j] != 0) { in cfg_load_subport()
347 subport_params[i].qsize[RTE_SCHED_TRAFFIC_CLASS_BE] = in cfg_load_subport()
399 subport_params[i].red_params[j][k].min_th = in cfg_load_subport()
401 subport_params[i].red_params[j][k].max_th = in cfg_load_subport()
403 subport_params[i].red_params[j][k].maxp_inv = in cfg_load_subport()
[all …]
H A Dinit.c207 struct rte_sched_subport_params subport_params[MAX_SCHED_SUBPORTS] = { variable
326 &subport_params[subport], in app_init_sched_port()
334 subport_params[subport].n_pipes_per_subport_enabled; in app_init_sched_port()
362 cfg_load_subport(file, subport_params); in app_load_cfg_profile()
H A Dmain.h156 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()
/f-stack/dpdk/examples/ip_pipeline/
H A Dtmgr.c160 struct rte_sched_subport_params subport_params; in tmgr_port_create() local
194 memcpy(&subport_params, &subport_params_default, in tmgr_port_create()
197 subport_params.n_pipe_profiles = n_pipe_profiles; in tmgr_port_create()
198 subport_params.n_pipes_per_subport_enabled = in tmgr_port_create()
207 &subport_params, in tmgr_port_create()
/f-stack/dpdk/lib/librte_sched/
H A Drte_sched.h406 struct rte_sched_subport_params **subport_params);
H A Drte_sched.c126 struct rte_sched_subport_profile *subport_params; member
889 struct rte_sched_subport_params **subport_params) in rte_sched_port_get_memory_footprint() argument
904 struct rte_sched_subport_params *sp = subport_params[i]; in rte_sched_port_get_memory_footprint()
921 struct rte_sched_subport_params *sp = subport_params[i]; in rte_sched_port_get_memory_footprint()
2177 struct rte_sched_subport_profile *sp = grinder->subport_params; in grinder_credits_update()
2217 struct rte_sched_subport_profile *sp = grinder->subport_params; in grinder_tc_ov_credits_update()
2263 struct rte_sched_subport_profile *sp = grinder->subport_params; in grinder_credits_update()
2810 grinder->subport_params = port->subport_profiles + in grinder_handle()
/f-stack/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_internals.h174 struct rte_sched_subport_params subport_params[TM_MAX_SUBPORTS]; member
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()
2316 &p->soft.tm.params.subport_params[subport_id]; in wred_profiles_set()
2769 t->subport_params[subport_id] = in hierarchy_blueprints_create()