Home | History | Annotate | Download | only in tc

Lines Matching refs:MAX_DPs

55 	opt.def_DP = MAX_DPs;
65 } else if (opt.DPs > MAX_DPs) {
67 "currently supported\n", MAX_DPs);
104 if (!opt.DPs || opt.def_DP == MAX_DPs) {
135 opt.DP = MAX_DPs;
171 } else if (opt.DP >= MAX_DPs) {
173 "currently supported\n", MAX_DPs);
225 if (opt.DP == MAX_DPs || !opt.limit || !opt.qth_min || !opt.qth_max ||
291 RTA_PAYLOAD(tb[TCA_GRED_MAX_P]) >= sizeof(__u32) * MAX_DPs)
301 RTA_PAYLOAD(tb[TCA_GRED_PARMS]) < sizeof(*qopt)*MAX_DPs) {
317 for (i=0;i<MAX_DPs;i++, qopt++) {
318 if (qopt->DP >= MAX_DPs) continue;