Searched refs:bytes_per_sec (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/sys/netinet/
H A Dtcp_ratelimit.h117 uint64_t bytes_per_sec, int flags, int *error, uint64_t *lower_rate);
122 uint64_t bytes_per_sec, int flags, int *error, uint64_t *lower_rate);
137 uint64_t bytes_per_sec, int flags, int *error, uint64_t *lower_rate)
147 uint64_t bytes_per_sec, int flags, int *error, uint64_t *lower_rate)
136 tcp_set_pacing_rate(struct tcpcb *tp, struct ifnet *ifp, uint64_t bytes_per_sec, int flags, int *error, uint64_t *lower_rate) argument
145 tcp_chg_pacing_rate(const struct tcp_hwrate_limit_table *crte, struct tcpcb *tp, struct ifnet *ifp, uint64_t bytes_per_sec, int flags, int *error, uint64_t *lower_rate) argument
H A Dtcp_ratelimit.c776 uint64_t bytes_per_sec, uint32_t flags, uint64_t *lower_rate)
782 mbits_per_sec = (bytes_per_sec * 8);
792 if (bytes_per_sec <= rs->rs_rlt[i].rate) {
839 if (bytes_per_sec == rs->rs_rlt[i].rate) {
847 if (bytes_per_sec == rs->rs_rlt[(ALL_HARDWARE_RATES-1)].rate) {
871 if (bytes_per_sec < rs->rs_rlt[i].rate) {
878 (bytes_per_sec == rs->rs_rlt[i].rate)) {
889 if ((bytes_per_sec < rs->rs_rlt[(ALL_HARDWARE_RATES-1)].rate) &&
894 (bytes_per_sec == rs->rs_rlt[(ALL_HARDWARE_RATES-1)].rate) &&
948 tcp_find_suitable_rate(const volatile struct tcp_rate_set *rs, uint64_t bytes_per_sec, uint32_ argument
775 tcp_int_find_suitable_rate(const volatile struct tcp_rate_set *rs, uint64_t bytes_per_sec, uint32_t flags, uint64_t *lower_rate) argument
1142 rt_setup_rate(struct inpcb *inp, struct ifnet *ifp, uint64_t bytes_per_sec, uint32_t flags, int *error, uint64_t *lower_rate) argument
1329 tcp_set_pacing_rate(struct tcpcb *tp, struct ifnet *ifp, uint64_t bytes_per_sec, int flags, int *error, uint64_t *lower_rate) argument
1393 tcp_chg_pacing_rate(const struct tcp_hwrate_limit_table *crte, struct tcpcb *tp, struct ifnet *ifp, uint64_t bytes_per_sec, int flags, int *error, uint64_t *lower_rate) argument
[all...]
/freebsd-current/sys/dev/ice/
H A Dice_sched.c3964 s64 bytes_per_sec, wakeup_int, wakeup_a, wakeup_b, wakeup_f; local
3969 bytes_per_sec = DIV_S64((s64)bw * 1000, BITS_PER_BYTE);
3970 wakeup_int = DIV_S64(hw->psm_clk_freq, bytes_per_sec);
3979 hw->psm_clk_freq, bytes_per_sec);
4010 s64 bytes_per_sec, ts_rate, mv_tmp; local
4021 bytes_per_sec = DIV_S64((s64)bw * 1000, BITS_PER_BYTE);
4033 mv_tmp = DIV_S64(bytes_per_sec * ICE_RL_PROF_MULTIPLIER,

Completed in 133 milliseconds