estimator         722 drivers/atm/idt77252.c 	if (vc->estimator) {
estimator         726 drivers/atm/idt77252.c 		vc->estimator->cells += (skb->len + 47) / 48;
estimator         729 drivers/atm/idt77252.c 			u32 cps = vc->estimator->maxcps;
estimator         731 drivers/atm/idt77252.c 			vc->estimator->cps = cps;
estimator         732 drivers/atm/idt77252.c 			vc->estimator->avcps = cps << 5;
estimator        2086 drivers/atm/idt77252.c 	if (!vc->estimator)
estimator        2215 drivers/atm/idt77252.c 	if (vc->estimator) {
estimator        2216 drivers/atm/idt77252.c 		est = vc->estimator;
estimator        2217 drivers/atm/idt77252.c 		vc->estimator = NULL;
estimator        2229 drivers/atm/idt77252.c 	vc->estimator = idt77252_init_est(vc, tcr);
estimator        2537 drivers/atm/idt77252.c 		if (vc->estimator) {
estimator        2538 drivers/atm/idt77252.c 			del_timer(&vc->estimator->timer);
estimator        2539 drivers/atm/idt77252.c 			kfree(vc->estimator);
estimator        2540 drivers/atm/idt77252.c 			vc->estimator = NULL;
estimator         218 drivers/atm/idt77252.h 	struct rate_estimator	*estimator;