Home
last modified time | relevance | path

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

/dpdk/doc/guides/prog_guide/
H A Dqos_framework.rst1080 …| | | wm = WM_MAX …
1115 …| | | wm -= wm >> 7; …
1117 …| | | if(wm < WM_MIN) wm = WM_MIN; …
1121 …| | | wm += (wm >> 7) + 1; …
1123 …| | | if(wm > WM_MAX) wm = WM_MAX; …
/dpdk/drivers/net/ice/base/
H A Dice_sched.c3913 u16 wm; in ice_sched_bw_to_rl_profile() local
3915 wm = ice_sched_calc_wakeup(hw, bw); in ice_sched_bw_to_rl_profile()
3917 profile->wake_up_calc = CPU_TO_LE16(wm); in ice_sched_bw_to_rl_profile()
/dpdk/drivers/net/mlx5/
H A Dmlx5.h501 struct mlx5_pmd_wrapped_mr wm; member
H A Dmlx5.c574 mlx5_os_wrapped_mkey_destroy(&mng->wm); in mlx5_flow_destroy_counter_stat_mem_mng()
H A Dmlx5_flow.c8830 &mem_mng->wm); in mlx5_flow_create_counter_stat_mem_mng()
8950 pool->raw_hw->mem_mng->wm.lkey, in mlx5_flow_query_alarm()