Home
last modified time | relevance | path

Searched refs:mv_tmp (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/
H A Dice_sched.c2105 s64 bytes_per_sec, ts_rate, mv_tmp; in ice_sched_bw_to_rl_profile() local
2128 mv_tmp = div64_long(bytes_per_sec * 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.c3145 s64 bytes_per_sec, ts_rate, mv_tmp; in ice_sched_bw_to_rl_profile() local
3169 mv_tmp = div64_long(bytes_per_sec * 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