Lines Matching defs:peak
60 one with rate P (peak rate) and depth M (equal to link MTU)
88 Note that the peak rate TBF is much more tough: with MTU 1500
89 P_crit = 150Kbytes/sec. So, if you need greater peak
104 struct psched_ratecfg peak;
251 return q->peak.rate_bytes_ps;
274 ptoks -= (s64) psched_l2t_ns(&q->peak, len);
345 struct psched_ratecfg peak;
387 psched_ratecfg_precompute(&peak, &qopt->peakrate, prate64);
388 if (peak.rate_bytes_ps <= rate.rate_bytes_ps) {
390 peak.rate_bytes_ps, rate.rate_bytes_ps);
398 mtu = psched_l2t_ns(&peak, pburst);
400 max_size = min_t(u64, max_size, psched_ns_t2l(&peak, mtu));
403 memset(&peak, 0, sizeof(peak));
452 memcpy(&q->peak, &peak, sizeof(struct psched_ratecfg));
506 psched_ratecfg_getrate(&opt.peakrate, &q->peak);
518 q->peak.rate_bytes_ps >= (1ULL << 32) &&
519 nla_put_u64_64bit(skb, TCA_TBF_PRATE64, q->peak.rate_bytes_ps,