Searched refs:Wlog (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dred.h25 W is the filter time constant (chosen as 2^(-Wlog)), it controls
49 Wlog - bits (<32) log(1/W).
110 u8 Wlog; /* log(W) */ member in struct:red_parms
129 u32 qth_min, u32 qth_max, u8 Wlog, u8 Plog,
139 p->qth_min = qth_min << Wlog;
140 p->qth_max = qth_max << Wlog;
141 p->Wlog = Wlog;
226 * NOTE: p->qavg is fixed point number with point at Wlog.
234 return p->qavg + (backlog - (p->qavg >> p->Wlog));
128 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-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/tc/
H A Dtc_red.c72 int tc_red_eval_idle_damping(int Wlog, unsigned avpkt, unsigned bps, __u8 *sbuf) argument
75 double lW = -log(1.0 - 1.0/(1<<Wlog))/xmit_time;
H A Dq_red.c132 opt.Wlog = wlog;
138 if ((wlog = tc_red_eval_idle_damping(opt.Wlog, avpkt, rate, sbuf)) < 0) {
188 qopt->Wlog, qopt->Plog, qopt->Scell_log);
H A Dq_gred.c233 opt.Wlog = wlog;
239 if ((wlog = tc_red_eval_idle_damping(opt.Wlog, avpkt, rate, sbuf)) < 0)
303 qopt->Wlog, qopt->Plog, qopt->Scell_log);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sched/
H A Dsch_red.c209 red_set_parms(&q->parms, ctl->qth_min, ctl->qth_max, ctl->Wlog,
235 .qth_min = q->parms.qth_min >> q->parms.Wlog,
236 .qth_max = q->parms.qth_max >> q->parms.Wlog,
237 .Wlog = q->parms.Wlog,
H A Dsch_gred.c403 ctl->qth_min, ctl->qth_max, ctl->Wlog, ctl->Plog,
536 opt.qth_min = q->parms.qth_min >> q->parms.Wlog;
537 opt.qth_max = q->parms.qth_max >> q->parms.Wlog;
538 opt.Wlog = q->parms.Wlog;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/include/linux/
H A Dpkt_sched.h167 unsigned char Wlog; /* log(W) */ member in struct:tc_red_qopt
214 unsigned char Wlog; /* log(W) */ member in struct:tc_gred_qopt
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dpkt_sched.h193 unsigned char Wlog; /* log(W) */ member in struct:tc_red_qopt
233 __u8 Wlog; /* log(W) */ member in struct:tc_gred_qopt

Completed in 190 milliseconds