Lines Matching refs:qopt
270 struct tc_gred_qopt *qopt; in gred_print_opt() local
296 qopt = RTA_DATA(tb[TCA_GRED_PARMS]); in gred_print_opt()
298 RTA_PAYLOAD(tb[TCA_GRED_PARMS]) < sizeof(*qopt)*MAX_DPs) { in gred_print_opt()
314 for (i = 0; i < MAX_DPs; i++, qopt++) { in gred_print_opt()
315 if (qopt->DP >= MAX_DPs) continue; in gred_print_opt()
317 qopt->DP, in gred_print_opt()
318 qopt->prio, in gred_print_opt()
319 sprint_size(qopt->limit, b1), in gred_print_opt()
320 sprint_size(qopt->qth_min, b2), in gred_print_opt()
321 sprint_size(qopt->qth_max, b3)); in gred_print_opt()
323 fprintf(f, "ewma %u ", qopt->Wlog); in gred_print_opt()
327 fprintf(f, "Plog %u ", qopt->Plog); in gred_print_opt()
328 fprintf(f, "Scell_log %u ", qopt->Scell_log); in gred_print_opt()
332 sprint_size(qopt->qave, b1), in gred_print_opt()
333 sprint_size(qopt->backlog, b2)); in gred_print_opt()
335 qopt->forced, in gred_print_opt()
336 qopt->early, in gred_print_opt()
337 qopt->pdrop, in gred_print_opt()
338 qopt->other); in gred_print_opt()
340 qopt->packets, in gred_print_opt()
341 sprint_size(qopt->bytesin, b1)); in gred_print_opt()