Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/ice/
H A Dice_sched.h41 #define ICE_RL_PROF_MULTIPLIER 10000 macro
H A Dice_sched.c3093 wakeup_b = (s64)ICE_RL_PROF_MULTIPLIER * wakeup_int; in ice_sched_calc_wakeup()
3094 wakeup_a = div64_long((s64)ICE_RL_PROF_MULTIPLIER * in ice_sched_calc_wakeup()
3101 if (wakeup_f > div64_long(ICE_RL_PROF_MULTIPLIER, 2)) in ice_sched_calc_wakeup()
3105 ICE_RL_PROF_MULTIPLIER); in ice_sched_calc_wakeup()
3149 mv_tmp = div64_long(bytes_per_sec * ICE_RL_PROF_MULTIPLIER, in ice_sched_bw_to_rl_profile()
3153 mv = round_up_64bit(mv_tmp, ICE_RL_PROF_MULTIPLIER); in ice_sched_bw_to_rl_profile()