Lines Matching refs:estimator
722 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 = idt77252_init_est(vc, tcr);
2532 if (vc->estimator) {
2533 timer_shutdown(&vc->estimator->timer);
2534 kfree(vc->estimator);
2535 vc->estimator = NULL;