Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/qos_sched/
H A Dcfg_file.c263 red_params[i][j].min_th in cfg_load_subport()
278 red_params[i][j].max_th in cfg_load_subport()
293 red_params[i][j].maxp_inv in cfg_load_subport()
309 red_params[i][j].wq_log2 in cfg_load_subport()
399 subport_params[i].red_params[j][k].min_th = in cfg_load_subport()
400 red_params[j][k].min_th; in cfg_load_subport()
401 subport_params[i].red_params[j][k].max_th = in cfg_load_subport()
402 red_params[j][k].max_th; in cfg_load_subport()
404 red_params[j][k].maxp_inv; in cfg_load_subport()
405 subport_params[i].red_params[j][k].wq_log2 = in cfg_load_subport()
[all …]
H A Dinit.c216 .red_params = {
/f-stack/dpdk/app/test-pmd/
H A Dcmdline_tm.c1340 wp.red_params[color].min_th = res->min_th_g; in cmd_add_port_tm_node_wred_profile_parsed()
1341 wp.red_params[color].max_th = res->max_th_g; in cmd_add_port_tm_node_wred_profile_parsed()
1342 wp.red_params[color].maxp_inv = res->maxp_inv_g; in cmd_add_port_tm_node_wred_profile_parsed()
1343 wp.red_params[color].wq_log2 = res->wq_log2_g; in cmd_add_port_tm_node_wred_profile_parsed()
1348 wp.red_params[color].min_th = res->min_th_y; in cmd_add_port_tm_node_wred_profile_parsed()
1349 wp.red_params[color].max_th = res->max_th_y; in cmd_add_port_tm_node_wred_profile_parsed()
1350 wp.red_params[color].maxp_inv = res->maxp_inv_y; in cmd_add_port_tm_node_wred_profile_parsed()
1351 wp.red_params[color].wq_log2 = res->wq_log2_y; in cmd_add_port_tm_node_wred_profile_parsed()
1355 wp.red_params[color].min_th = res->min_th_r; in cmd_add_port_tm_node_wred_profile_parsed()
1356 wp.red_params[color].max_th = res->max_th_r; in cmd_add_port_tm_node_wred_profile_parsed()
[all …]
/f-stack/dpdk/lib/librte_sched/
H A Drte_sched.h179 struct rte_red_params red_params[RTE_SCHED_TRAFFIC_CLASSES_PER_PIPE][RTE_COLORS]; member
H A Drte_sched.c1178 if ((params->red_params[i][j].min_th | in rte_sched_subport_config()
1179 params->red_params[i][j].max_th) == 0) { in rte_sched_subport_config()
1184 params->red_params[i][j].wq_log2, in rte_sched_subport_config()
1185 params->red_params[i][j].min_th, in rte_sched_subport_config()
1186 params->red_params[i][j].max_th, in rte_sched_subport_config()
1187 params->red_params[i][j].maxp_inv) != 0) { in rte_sched_subport_config()
/f-stack/dpdk/examples/ip_pipeline/
H A Dtmgr.c29 .red_params = {
/f-stack/dpdk/lib/librte_ethdev/
H A Drte_tm.h1001 struct rte_tm_red_params red_params[RTE_COLORS]; member
/f-stack/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()
/f-stack/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_tm.c1342 uint32_t min_th = profile->red_params[color].min_th; in wred_profile_check()
1343 uint32_t max_th = profile->red_params[color].max_th; in wred_profile_check()
2324 &pp->red_params[tc_id][color]; in wred_profiles_set()
2328 &src_wp->params.red_params[color]; in wred_profiles_set()