Lines Matching defs:peak
61 one with rate P (peak rate) and depth M (equal to link MTU)
89 Note that the peak rate TBF is much more tough: with MTU 1500
90 P_crit = 150Kbytes/sec. So, if you need greater peak
105 struct psched_ratecfg peak;
273 return q->peak.rate_bytes_ps;
296 ptoks -= (s64) psched_l2t_ns(&q->peak, len);
367 struct psched_ratecfg peak;
409 psched_ratecfg_precompute(&peak, &qopt->peakrate, prate64);
410 if (peak.rate_bytes_ps <= rate.rate_bytes_ps) {
412 peak.rate_bytes_ps, rate.rate_bytes_ps);
420 mtu = psched_l2t_ns(&peak, pburst);
422 max_size = min_t(u64, max_size, psched_ns_t2l(&peak, mtu));
425 memset(&peak, 0, sizeof(peak));
474 memcpy(&q->peak, &peak, sizeof(struct psched_ratecfg));
528 psched_ratecfg_getrate(&opt.peakrate, &q->peak);
540 q->peak.rate_bytes_ps >= (1ULL << 32) &&
541 nla_put_u64_64bit(skb, TCA_TBF_PRATE64, q->peak.rate_bytes_ps,