Home
last modified time | relevance | path

Searched refs:ICE_RL_PROF_MULTIPLIER (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/
H A Dice_sched.h28 #define ICE_RL_PROF_MULTIPLIER 10000 macro
H A Dice_sched.c2073 wakeup_b = (s64)ICE_RL_PROF_MULTIPLIER * wakeup_int; in ice_sched_calc_wakeup()
2074 wakeup_a = div64_long((s64)ICE_RL_PROF_MULTIPLIER * in ice_sched_calc_wakeup()
2082 if (wakeup_f > div64_long(ICE_RL_PROF_MULTIPLIER, 2)) in ice_sched_calc_wakeup()
2086 ICE_RL_PROF_MULTIPLIER); in ice_sched_calc_wakeup()
2128 mv_tmp = div64_long(bytes_per_sec * ICE_RL_PROF_MULTIPLIER, in ice_sched_bw_to_rl_profile()
2131 /* Round to the nearest ICE_RL_PROF_MULTIPLIER */ in ice_sched_bw_to_rl_profile()
2132 mv = round_up_64bit(mv_tmp, ICE_RL_PROF_MULTIPLIER); in ice_sched_bw_to_rl_profile()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H A Dice_sched.h30 #define ICE_RL_PROF_MULTIPLIER 10000 macro
H A Dice_sched.c3113 wakeup_b = (s64)ICE_RL_PROF_MULTIPLIER * wakeup_int; in ice_sched_calc_wakeup()
3114 wakeup_a = div64_long((s64)ICE_RL_PROF_MULTIPLIER * in ice_sched_calc_wakeup()
3121 if (wakeup_f > div64_long(ICE_RL_PROF_MULTIPLIER, 2)) in ice_sched_calc_wakeup()
3125 ICE_RL_PROF_MULTIPLIER); in ice_sched_calc_wakeup()
3169 mv_tmp = div64_long(bytes_per_sec * ICE_RL_PROF_MULTIPLIER, in ice_sched_bw_to_rl_profile()
3172 /* Round to the nearest ICE_RL_PROF_MULTIPLIER */ in ice_sched_bw_to_rl_profile()
3173 mv = round_up_64bit(mv_tmp, ICE_RL_PROF_MULTIPLIER); in ice_sched_bw_to_rl_profile()

Completed in 10 milliseconds