Searched refs:red_params (Results 1 – 9 of 9) sorted by relevance
263 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 …]
216 .red_params = {
1340 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 …]
179 struct rte_red_params red_params[RTE_SCHED_TRAFFIC_CLASSES_PER_PIPE][RTE_COLORS]; member
1178 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()
29 .red_params = {
1001 struct rte_tm_red_params red_params[RTE_COLORS]; member
882 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()
1342 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()