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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/atm/
H A Didt77252.c720 if (vc->estimator) {
724 vc->estimator->cells += (skb->len + 47) / 48;
727 u32 cps = vc->estimator->maxcps;
729 vc->estimator->cps = cps;
730 vc->estimator->avcps = cps << 5;
2105 est = vc->estimator;
2238 if (vc->estimator) {
2239 del_timer(&vc->estimator->timer);
2240 kfree(vc->estimator);
2241 vc->estimator
[all...]
H A Didt77252.h217 struct rate_estimator *estimator; member in struct:vc_map

Completed in 80 milliseconds