Searched refs:qth_max (Results 1 - 6 of 6) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/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) {
183 sprint_size(qopt->qth_max, b3));
H A Dq_gred.c157 if (get_size(&opt.qth_max, *argv)) {
227 if (!opt.qth_min || !opt.qth_max || !burst || !opt.limit || !avpkt ||
242 if ((wlog = tc_red_eval_P(opt.qth_min, opt.qth_max, probability)) < 0) {
325 sprint_size(qopt->qth_max, b3));
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/sched/
H A Dsch_red.c86 limit - bytes (must be > qth_max + burst)
88 Hard limit on queue length, should be chosen >qth_max
95 qth_min - bytes (should be < qth_max/2)
96 qth_max - bytes (should be at least 2*qth_min and less limit)
102 max_P = (qth_max-qth_min)/2^Plog;
104 F.e. if qth_max=128K and qth_min=32K, then Plog=22
143 u32 qth_max; /* Max average length threshold: A scaled */ member in struct:red_sched_data
273 if (q->qave >= q->qth_max) {
295 max_P = (qth_max-qth_min)/2^Plog; two lines
298 max_P*(qave - qth_min)/(qth_max
[all...]
H A Dsch_gred.c61 u32 qth_max; /* Max average length threshold: A scaled */ member in struct:gred_sched_data
187 if ((q->qave+qave) >= q->qth_max) {
396 q->qth_max = ctl->qth_max<<ctl->Wlog;
446 q->qth_max = ctl->qth_max<<ctl->Wlog;
532 dst->qth_max=q->qth_max>>q->Wlog;
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dpkt_sched.h191 __u32 qth_max; /* Max average length threshold (bytes) */ member in struct:tc_red_qopt
193 unsigned char Plog; /* log(P_max/(qth_max-qth_min)) */
226 __u32 qth_max; /* Max average length threshold (bytes) member in struct:tc_gred_qopt
237 unsigned char Plog; /* log(P_max/(qth_max-qth_min)) */
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dpkt_sched.h191 __u32 qth_max; /* Max average length threshold (bytes) */ member in struct:tc_red_qopt
193 unsigned char Plog; /* log(P_max/(qth_max-qth_min)) */
226 __u32 qth_max; /* Max average length threshold (bytes) member in struct:tc_gred_qopt
237 unsigned char Plog; /* log(P_max/(qth_max-qth_min)) */

Completed in 58 milliseconds