Lines Matching refs:estimator
722 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()
2081 if (!vc->estimator) in idt77252_est_timer()
2210 if (vc->estimator) { in idt77252_init_ubr()
2211 est = vc->estimator; in idt77252_init_ubr()
2212 vc->estimator = NULL; in idt77252_init_ubr()
2224 vc->estimator = idt77252_init_est(vc, tcr); in idt77252_init_ubr()
2532 if (vc->estimator) { in idt77252_close()
2533 timer_shutdown(&vc->estimator->timer); in idt77252_close()
2534 kfree(vc->estimator); in idt77252_close()
2535 vc->estimator = NULL; in idt77252_close()