Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_sched.h30 #define ICE_RL_PROF_MULTIPLIER 10000 macro
H A Dice_sched.c3111 wakeup_b = (s64)ICE_RL_PROF_MULTIPLIER * wakeup_int; in ice_sched_calc_wakeup()
3112 wakeup_a = div64_long((s64)ICE_RL_PROF_MULTIPLIER * in ice_sched_calc_wakeup()
3119 if (wakeup_f > div64_long(ICE_RL_PROF_MULTIPLIER, 2)) in ice_sched_calc_wakeup()
3123 ICE_RL_PROF_MULTIPLIER); in ice_sched_calc_wakeup()
3167 mv_tmp = div64_long(bytes_per_sec * ICE_RL_PROF_MULTIPLIER, in ice_sched_bw_to_rl_profile()
3171 mv = round_up_64bit(mv_tmp, ICE_RL_PROF_MULTIPLIER); in ice_sched_bw_to_rl_profile()