Searched refs:bytes_per_sec (Results 1 – 1 of 1) sorted by relevance
| /dpdk/drivers/net/ice/base/ |
| H A D | ice_sched.c | 3828 s64 bytes_per_sec, wakeup_int, wakeup_a, wakeup_b, wakeup_f; in ice_sched_calc_wakeup() local 3833 bytes_per_sec = DIV_64BIT(((s64)bw * 1000), BITS_PER_BYTE); in ice_sched_calc_wakeup() 3834 wakeup_int = DIV_64BIT(hw->psm_clk_freq, bytes_per_sec); in ice_sched_calc_wakeup() 3843 hw->psm_clk_freq, bytes_per_sec); in ice_sched_calc_wakeup() 3874 s64 bytes_per_sec, ts_rate, mv_tmp; in ice_sched_bw_to_rl_profile() local 3885 bytes_per_sec = DIV_64BIT(((s64)bw * 1000), BITS_PER_BYTE); in ice_sched_bw_to_rl_profile() 3897 mv_tmp = DIV_64BIT(bytes_per_sec * ICE_RL_PROF_MULTIPLIER, in ice_sched_bw_to_rl_profile()
|