Searched refs:allot (Results 1 - 9 of 9) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/examples/
H A Dcbqinit.eth119 # allot is MTU + MAC header
26 $BANDWIDTH rate 10Mbit allot 1514 maxburst 50 avpkt 1000
36 $BANDWIDTH rate 4Mbit allot 1514 weight 500Kbit \
48 $BANDWIDTH rate 1Mbit allot 1514 weight 100Kbit \
56 $BANDWIDTH rate 100Kbit allot 1514 weight 10Mbit \
64 rate 5Mbit $BANDWIDTH allot 1514b avpkt 1000 \
74 rate 1Mbit $BANDWIDTH allot 1514b avpkt 1000 weight 10Kbit \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/testsuite/tests/
H A Dcbq.t4 $TC class add dev $DEV parent 10:0 classid 10:12 cbq bandwidth 100mbit rate 100mbit allot 1514 prio 3 maxburst 1 avpkt 500 bounded
9 $TC class add dev $DEV parent 10:0 classid 10:12 cbq bandwidth 100mbit rate 100mbit allot 1514 prio 3 maxburst 1 avpkt 500 bounded
H A Dpolicer4 $TC class add dev $DEV parent 10:0 classid 10:12 cbq bandwidth 100mbit rate 100mbit allot 1514 prio 3 maxburst 1 avpkt 500 bounded
11 $TC class add dev $DEV parent 10:0 classid 10:12 cbq bandwidth 100mbit rate 100mbit allot 1514 prio 3 maxburst 1 avpkt 500 bounded
H A Dcls-testbed.t20 cbq bandwidth 100mbit rate 100mbit allot 1514 prio 3 \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/tc/
H A Dq_cbq.c31 fprintf(stderr, " [ allot BYTES ] [ mpu BYTES ] [ weight RATE ]\n");
55 unsigned mpu=0, avpkt=0, allot=0; local
109 } else if (strcmp(*argv, "allot") == 0) {
111 /* Accept and ignore "allot" for backward compatibility */
112 if (get_size(&allot, *argv)) {
113 explain1("allot");
137 if (allot < (avpkt*3)/2)
138 allot = (avpkt*3)/2;
140 if ((cell_log = tc_calc_rtable(r.rate, rtab, cell_log, allot, mpu)) < 0) {
277 } else if (strcmp(*argv, "allot")
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sched/
H A Dsch_sfq.c118 short allot[SFQ_DEPTH]; /* Current allotment per slot */ member in struct:sfq_sched_data
245 q->allot[q->next[d]] += q->quantum;
280 q->allot[x] = q->quantum;
316 q->allot[x] = q->quantum;
364 q->allot[a] += q->quantum;
365 } else if ((q->allot[a] -= skb->len) <= 0) {
368 q->allot[a] += q->quantum;
H A Dsch_cbq.c72 long allot; member in struct:cbq_class
1057 cl->quantum = (cl->weight*cl->allot*q->nclasses[prio])/
1287 if (wrr->allot)
1288 cl->allot = wrr->allot;
1385 q->link.allot = psched_mtu(sch->dev);
1386 q->link.quantum = q->link.allot;
1390 q->link.avpkt = q->link.allot/2;
1453 opt.allot = cl->allot;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/include/linux/
H A Dpkt_sched.h343 __u32 allot; member in struct:tc_cbq_wrropt
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dpkt_sched.h341 __u32 allot; member in struct:tc_cbq_wrropt

Completed in 104 milliseconds