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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iproute2/tc/
H A Dq_gred.c64 if (opt.DPs >MAX_DPs) { /* need a better error check */
68 "currently supported\n",MAX_DPs);
162 if (opt.DP >MAX_DPs) { /* need a better error check */
165 fprintf(stderr, "GRED: only %d DPs are currently supported\n",MAX_DPs);
275 if (RTA_PAYLOAD(tb[TCA_GRED_PARMS]) < sizeof(*qopt)*MAX_DPs) {
282 for (i=0;i<MAX_DPs;i++, qopt++) {
283 if (qopt->DP >= MAX_DPs) continue;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/sched/
H A Dsch_gred.c29 #define GRED_DEF_PRIO (MAX_DPs / 2)
30 #define GRED_VQ_MASK (MAX_DPs - 1)
55 struct gred_sched_data *tab[MAX_DPs];
365 if (sopt->DPs > MAX_DPs || sopt->DPs == 0 || sopt->def_DP >= sopt->DPs)
390 for (i = table->DPs; i < MAX_DPs; i++) {
519 for (i = 0; i < MAX_DPs; i++) {
530 opt.DP = MAX_DPs + i;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dpkt_sched.h186 #define MAX_DPs 16 macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iproute2/include/linux/
H A Dpkt_sched.h184 #define MAX_DPs 16 macro

Completed in 99 milliseconds