Searched refs:estimator (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/atm/
H A Didt77252.c722 if (vc->estimator) {
726 vc->estimator->cells += (skb->len + 47) / 48;
729 u32 cps = vc->estimator->maxcps;
731 vc->estimator->cps = cps;
732 vc->estimator->avcps = cps << 5;
2081 if (!vc->estimator)
2210 if (vc->estimator) {
2211 est = vc->estimator;
2212 vc->estimator = NULL;
2224 vc->estimator
[all...]
H A Didt77252.h218 struct rate_estimator *estimator; member in struct:vc_map

Completed in 220 milliseconds