Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/atm/
H A Didt77252.c722 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()
2088 if (!vc->estimator) in idt77252_est_timer()
2217 if (vc->estimator) { in idt77252_init_ubr()
2218 est = vc->estimator; in idt77252_init_ubr()
2219 vc->estimator = NULL; in idt77252_init_ubr()
2231 vc->estimator in idt77252_init_ubr()
[all...]
H A Didt77252.h218 struct rate_estimator *estimator; member
/kernel/linux/linux-6.6/drivers/atm/
H A Didt77252.c722 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 in idt77252_init_ubr()
[all...]
H A Didt77252.h218 struct rate_estimator *estimator; member

Completed in 10 milliseconds