Searched refs:ICE_RL_PROF_MULTIPLIER (Results 1 – 2 of 2) sorted by relevance
41 #define ICE_RL_PROF_MULTIPLIER 10000 macro
3208 wakeup_b = (s64)ICE_RL_PROF_MULTIPLIER * wakeup_int; in ice_sched_calc_wakeup() 3209 wakeup_a = div64_long((s64)ICE_RL_PROF_MULTIPLIER * in ice_sched_calc_wakeup() 3216 if (wakeup_f > div64_long(ICE_RL_PROF_MULTIPLIER, 2)) in ice_sched_calc_wakeup() 3220 ICE_RL_PROF_MULTIPLIER); in ice_sched_calc_wakeup() 3264 mv_tmp = div64_long(bytes_per_sec * ICE_RL_PROF_MULTIPLIER, in ice_sched_bw_to_rl_profile() 3267 /* Round to the nearest ICE_RL_PROF_MULTIPLIER */ in ice_sched_bw_to_rl_profile() 3268 mv = round_up_64bit(mv_tmp, ICE_RL_PROF_MULTIPLIER); in ice_sched_bw_to_rl_profile()