Searched refs:qth_min (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/net/
H A Dred.h47 qth_min - bytes (should be < qth_max/2)
48 qth_max - bytes (should be at least 2*qth_min and less limit)
54 max_P = (qth_max-qth_min)/2^Plog;
56 F.e. if qth_max=128K and qth_min=32K, then Plog=22
107 u32 qth_min; /* Min avg length threshold: A scaled */ member in struct:red_parms
131 u32 qth_min, u32 qth_max, u8 Wlog, u8 Plog,
141 p->qth_min = qth_min << Wlog;
264 max_P = (qth_max-qth_min)/2^Plog; two lines
267 max_P*(qavg - qth_min)/(qth_ma
130 red_set_parms(struct red_parms *p, u32 qth_min, u32 qth_max, u8 Wlog, u8 Plog, u8 Scell_log, u8 *stab) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iproute2/tc/
H A Dq_red.c61 if (get_size(&opt.qth_min, *argv)) {
121 if (!opt.qth_min || !opt.qth_max || !burst || !opt.limit || !avpkt) {
126 if ((wlog = tc_red_eval_ewma(opt.qth_min, burst, avpkt)) < 0) {
133 if ((wlog = tc_red_eval_P(opt.qth_min, opt.qth_max, probability)) < 0) {
180 sprint_size(qopt->qth_min, b2),
H A Dq_gred.c146 if (get_size(&opt.qth_min, *argv)) {
219 if (!opt.qth_min || !opt.qth_max || !burst || !opt.limit || !avpkt ||
226 if ((wlog = tc_red_eval_ewma(opt.qth_min, burst, avpkt)) < 0) {
234 if ((wlog = tc_red_eval_P(opt.qth_min, opt.qth_max, probability)) < 0) {
300 sprint_size(qopt->qth_min, b2),
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dpkt_sched.h166 __u32 qth_min; /* Min average length threshold (bytes) */ member in struct:tc_red_qopt
169 unsigned char Plog; /* log(P_max/(qth_max-qth_min)) */
202 __u32 qth_min; /* Min average length threshold (bytes) */ member in struct:tc_gred_qopt
212 __u8 Plog; /* log(P_max/(qth_max-qth_min)) */
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iproute2/include/linux/
H A Dpkt_sched.h165 __u32 qth_min; /* Min average length threshold (bytes) */ member in struct:tc_red_qopt
168 unsigned char Plog; /* log(P_max/(qth_max-qth_min)) */
202 __u32 qth_min; /* Min average length threshold (bytes) member in struct:tc_gred_qopt
215 unsigned char Plog; /* log(P_max/(qth_max-qth_min)) */
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/sched/
H A Dsch_red.c237 red_set_parms(&q->parms, ctl->qth_min, ctl->qth_max, ctl->Wlog,
263 .qth_min = q->parms.qth_min >> q->parms.Wlog,
H A Dsch_gred.c423 ctl->qth_min, ctl->qth_max, ctl->Wlog, ctl->Plog,
538 opt.qth_min = q->parms.qth_min >> q->parms.Wlog;

Completed in 114 milliseconds