Searched refs:bytes_per_sec (Results 1 – 1 of 1) sorted by relevance
/openbsd/sys/dev/pci/ |
H A D | if_ice.c | 9942 int64_t bytes_per_sec, wakeup_int, wakeup_a, wakeup_b, wakeup_f; in ice_sched_calc_wakeup() local 9947 bytes_per_sec = DIV_S64((int64_t)bw * 1000, 8); in ice_sched_calc_wakeup() 9948 wakeup_int = DIV_S64(hw->psm_clk_freq, bytes_per_sec); in ice_sched_calc_wakeup() 9957 hw->psm_clk_freq, bytes_per_sec); in ice_sched_calc_wakeup() 9988 int64_t bytes_per_sec, ts_rate, mv_tmp; in ice_sched_bw_to_rl_profile() local 9999 bytes_per_sec = DIV_S64((int64_t)bw * 1000, 8); in ice_sched_bw_to_rl_profile() 10011 mv_tmp = DIV_S64(bytes_per_sec * ICE_RL_PROF_MULTIPLIER, in ice_sched_bw_to_rl_profile()
|