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;
2088 if (!vc->estimator)
2217 if (vc->estimator) {
2218 est = vc->estimator;
2219 vc->estimator = NULL;
2231 vc->estimator = idt77252_init_est(vc, tcr);
2539 if (vc->estimator) {
2540 del_timer(&vc->estimator->timer);
2541 kfree(vc->estimator);
2542 vc->estimator = NULL;