Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/ice/base/
H A Dice_sched.c3782 s64 bytes_per_sec, wakeup_int, wakeup_a, wakeup_b, wakeup_f; in ice_sched_calc_wakeup() local
3788 wakeup_int = DIV_64BIT(hw->psm_clk_freq, bytes_per_sec); in ice_sched_calc_wakeup()
3789 if (wakeup_int > 63) { in ice_sched_calc_wakeup()
3790 wakeup = (u16)((1 << 15) | wakeup_int); in ice_sched_calc_wakeup()
3795 wakeup_b = (s64)ICE_RL_PROF_MULTIPLIER * wakeup_int; in ice_sched_calc_wakeup()
3808 wakeup |= (u16)(wakeup_int << 9); in ice_sched_calc_wakeup()