Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_sched/
H A Drte_sched.c164 uint64_t tc_ov_wm_max; member
1252 s->tc_ov_wm = s->tc_ov_wm_max; in rte_sched_subport_config()
1278 s->tc_ov_wm_max = rte_sched_time_ms_to_bytes(profile->tc_period, in rte_sched_subport_config()
2224 return subport->tc_ov_wm_max; in grinder_tc_ov_credits_update()
2250 if (tc_ov_wm > subport->tc_ov_wm_max) in grinder_tc_ov_credits_update()
2251 tc_ov_wm = subport->tc_ov_wm_max; in grinder_tc_ov_credits_update()