Home
last modified time | relevance | path

Searched refs:red_params (Results 1 – 9 of 9) sorted by relevance

/dpdk/examples/qos_sched/
H A Dcfg_file.c243 subport_p->cman_params->red_params[j][k].min_th = in set_subport_cman_params()
244 cman_p.red_params[j][k].min_th; in set_subport_cman_params()
245 subport_p->cman_params->red_params[j][k].max_th = in set_subport_cman_params()
246 cman_p.red_params[j][k].max_th; in set_subport_cman_params()
248 cman_p.red_params[j][k].maxp_inv; in set_subport_cman_params()
250 cman_p.red_params[j][k].wq_log2; in set_subport_cman_params()
282 .red_params = { }, in cfg_load_subport()
298 cman_params.red_params[i][j].min_th in cfg_load_subport()
313 cman_params.red_params[i][j].max_th in cfg_load_subport()
328 cman_params.red_params[i][j].maxp_inv in cfg_load_subport()
[all …]
H A Dinit.c207 .red_params = {
/dpdk/app/test-pmd/
H A Dcmdline_tm.c1342 wp.red_params[color].min_th = res->min_th_g; in cmd_add_port_tm_node_wred_profile_parsed()
1343 wp.red_params[color].max_th = res->max_th_g; in cmd_add_port_tm_node_wred_profile_parsed()
1344 wp.red_params[color].maxp_inv = res->maxp_inv_g; in cmd_add_port_tm_node_wred_profile_parsed()
1345 wp.red_params[color].wq_log2 = res->wq_log2_g; in cmd_add_port_tm_node_wred_profile_parsed()
1350 wp.red_params[color].min_th = res->min_th_y; in cmd_add_port_tm_node_wred_profile_parsed()
1351 wp.red_params[color].max_th = res->max_th_y; in cmd_add_port_tm_node_wred_profile_parsed()
1352 wp.red_params[color].maxp_inv = res->maxp_inv_y; in cmd_add_port_tm_node_wred_profile_parsed()
1353 wp.red_params[color].wq_log2 = res->wq_log2_y; in cmd_add_port_tm_node_wred_profile_parsed()
1357 wp.red_params[color].min_th = res->min_th_r; in cmd_add_port_tm_node_wred_profile_parsed()
1358 wp.red_params[color].max_th = res->max_th_r; in cmd_add_port_tm_node_wred_profile_parsed()
[all …]
/dpdk/lib/sched/
H A Drte_sched.h171 struct rte_red_params red_params[RTE_SCHED_TRAFFIC_CLASSES_PER_PIPE][RTE_COLORS]; member
H A Drte_sched.c1099 if ((params->cman_params->red_params[i][j].min_th | in rte_sched_red_config()
1100 params->cman_params->red_params[i][j].max_th) == 0) { in rte_sched_red_config()
1105 params->cman_params->red_params[i][j].wq_log2, in rte_sched_red_config()
1106 params->cman_params->red_params[i][j].min_th, in rte_sched_red_config()
1107 params->cman_params->red_params[i][j].max_th, in rte_sched_red_config()
1108 params->cman_params->red_params[i][j].maxp_inv) != 0) { in rte_sched_red_config()
/dpdk/examples/ip_pipeline/
H A Dtmgr.c22 .red_params = {
/dpdk/lib/ethdev/
H A Drte_tm.h1001 struct rte_tm_red_params red_params[RTE_COLORS]; member
/dpdk/drivers/net/ipn3ke/
H A Dipn3ke_tm.c882 uint64_t min_th = profile->red_params[color].min_th; in ipn3ke_tm_tdrop_profile_check()
883 uint64_t max_th = profile->red_params[color].max_th; in ipn3ke_tm_tdrop_profile_check()
957 min_th = profile->red_params[RTE_COLOR_GREEN].min_th; in ipn3ke_tm_tdrop_profile_add()
/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_tm.c1336 uint32_t min_th = profile->red_params[color].min_th; in wred_profile_check()
1337 uint32_t max_th = profile->red_params[color].max_th; in wred_profile_check()
2318 &pp->cman_params->red_params[tc_id][color]; in wred_profiles_set()
2322 &src_wp->params.red_params[color]; in wred_profiles_set()