Searched refs:bands (Results 1 - 4 of 4) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/net/sched/
H A Dsch_prio.c43 int bands; member in struct:prio_sched_data
66 return band < q->bands ? band : q->prio2band[0];
115 for (prio = 0; prio < q->bands; prio++) {
134 for (prio = q->bands-1; prio >= 0; prio--) {
151 for (prio=0; prio<q->bands; prio++)
162 for (prio=0; prio<q->bands; prio++) {
177 if (qopt->bands > TCQ_PRIO_BANDS || qopt->bands < 2)
181 if (qopt->priomap[i] >= qopt->bands)
186 q->bands
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/tc/
H A Dq_prio.c32 fprintf(stderr, "Usage: ... prio bands NUMBER priomap P1 P2...\n");
45 if (strcmp(*argv, "bands") == 0) {
49 if (get_integer(&opt.bands, *argv, 10)) {
50 fprintf(stderr, "Illegal \"bands\"\n");
74 if (band > opt.bands) {
75 fprintf(stderr, "\"priomap\" element is out of bands\n");
108 fprintf(f, "bands %u priomap ", qopt->bands);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dpkt_sched.h4 /* Logical priority bands not depending on specific packet scheduler.
102 int bands; /* Number of bands */ member in struct:tc_prio_qopt
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dpkt_sched.h4 /* Logical priority bands not depending on specific packet scheduler.
102 int bands; /* Number of bands */ member in struct:tc_prio_qopt

Completed in 51 milliseconds