Home
last modified time | relevance | path

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

/dpdk/lib/sched/
H A Drte_sched.c177 uint64_t pipe_tc_be_rate_max; member
796 subport->pipe_tc_be_rate_max = 0; in rte_sched_subport_config_pipe_profile_table()
801 if (subport->pipe_tc_be_rate_max < pipe_tc_be_rate) in rte_sched_subport_config_pipe_profile_table()
802 subport->pipe_tc_be_rate_max = pipe_tc_be_rate; in rte_sched_subport_config_pipe_profile_table()
1346 s->pipe_tc_be_rate_max); in rte_sched_subport_config()
1543 if (s->pipe_tc_be_rate_max < params->tc_rate[RTE_SCHED_TRAFFIC_CLASS_BE]) in rte_sched_subport_pipe_profile_add()
1544 s->pipe_tc_be_rate_max = params->tc_rate[RTE_SCHED_TRAFFIC_CLASS_BE]; in rte_sched_subport_pipe_profile_add()