Searched refs:qth_max (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
108 u32 qth_max; /* Max avg length threshold: A scaled */ member in struct:red_parms
131 u32 qth_min, u32 qth_max, u8 Wlog, u8 Plog,
142 p->qth_max = qth_max << Wlog;
264 max_P = (qth_max-qth_min)/2^Plog; two lines
267 max_P*(qavg - qth_min)/(qth_max
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.c68 if (get_size(&opt.qth_max, *argv)) {
121 if (!opt.qth_min || !opt.qth_max || !burst || !opt.limit || !avpkt) {
133 if ((wlog = tc_red_eval_P(opt.qth_min, opt.qth_max, probability)) < 0) {
181 sprint_size(qopt->qth_max, b3));
H A Dq_gred.c153 if (get_size(&opt.qth_max, *argv)) {
219 if (!opt.qth_min || !opt.qth_max || !burst || !opt.limit || !avpkt ||
234 if ((wlog = tc_red_eval_P(opt.qth_min, opt.qth_max, probability)) < 0) {
301 sprint_size(qopt->qth_max, b3));
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dpkt_sched.h167 __u32 qth_max; /* Max average length threshold (bytes) */ member in struct:tc_red_qopt
169 unsigned char Plog; /* log(P_max/(qth_max-qth_min)) */
203 __u32 qth_max; /* Max 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.h166 __u32 qth_max; /* Max average length threshold (bytes) */ member in struct:tc_red_qopt
168 unsigned char Plog; /* log(P_max/(qth_max-qth_min)) */
204 __u32 qth_max; /* Max 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.c30 limit - bytes (must be > qth_max + burst)
32 Hard limit on queue length, should be chosen >qth_max
237 red_set_parms(&q->parms, ctl->qth_min, ctl->qth_max, ctl->Wlog,
264 .qth_max = q->parms.qth_max >> q->parms.Wlog,
H A Dsch_gred.c423 ctl->qth_min, ctl->qth_max, ctl->Wlog, ctl->Plog,
539 opt.qth_max = q->parms.qth_max >> q->parms.Wlog;

Completed in 113 milliseconds