Home
last modified time | relevance | path

Searched refs:estimator (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/Documentation/networking/
Dgen_stats.txt9 gnet_stats_rate_est TCA_STATS_RATE_EST Rate estimator
82 0) Prepare an estimator attribute. Most likely this would be in user
85 length needs to be appropriately set, etc. The estimator interval
98 3) Now initialize a new estimator:
/Linux-v5.4/drivers/atm/
Didt77252.c722 if (vc->estimator) { in push_on_scq()
726 vc->estimator->cells += (skb->len + 47) / 48; in push_on_scq()
729 u32 cps = vc->estimator->maxcps; in push_on_scq()
731 vc->estimator->cps = cps; in push_on_scq()
732 vc->estimator->avcps = cps << 5; in push_on_scq()
2086 if (!vc->estimator) in idt77252_est_timer()
2215 if (vc->estimator) { in idt77252_init_ubr()
2216 est = vc->estimator; in idt77252_init_ubr()
2217 vc->estimator = NULL; in idt77252_init_ubr()
2229 vc->estimator = idt77252_init_est(vc, tcr); in idt77252_init_ubr()
[all …]
Didt77252.h218 struct rate_estimator *estimator; member