Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_sched.c3098 s64 bytes_per_sec, wakeup_int, wakeup_a, wakeup_b, wakeup_f; in ice_sched_calc_wakeup() local
3116 wakeup_f = wakeup_a - wakeup_b; in ice_sched_calc_wakeup()
3119 if (wakeup_f > div64_long(ICE_RL_PROF_MULTIPLIER, 2)) in ice_sched_calc_wakeup()
3120 wakeup_f += 1; in ice_sched_calc_wakeup()
3122 wakeup_f_int = (s32)div64_long(wakeup_f * ICE_RL_PROF_FRACTION, in ice_sched_calc_wakeup()