Lines Matching refs:qopt
274 struct tc_gred_qopt *qopt; in gred_print_opt() local
299 qopt = RTA_DATA(tb[TCA_GRED_PARMS]); in gred_print_opt()
301 RTA_PAYLOAD(tb[TCA_GRED_PARMS]) < sizeof(*qopt)*MAX_DPs) { in gred_print_opt()
317 for (i=0;i<MAX_DPs;i++, qopt++) { in gred_print_opt()
318 if (qopt->DP >= MAX_DPs) continue; in gred_print_opt()
320 qopt->DP, in gred_print_opt()
321 qopt->prio, in gred_print_opt()
322 sprint_size(qopt->limit, b1), in gred_print_opt()
323 sprint_size(qopt->qth_min, b2), in gred_print_opt()
324 sprint_size(qopt->qth_max, b3)); in gred_print_opt()
326 fprintf(f, "ewma %u ", qopt->Wlog); in gred_print_opt()
330 fprintf(f, "Plog %u ", qopt->Plog); in gred_print_opt()
331 fprintf(f, "Scell_log %u ", qopt->Scell_log); in gred_print_opt()
335 sprint_size(qopt->qave, b1), in gred_print_opt()
336 sprint_size(qopt->backlog, b2)); in gred_print_opt()
338 qopt->forced, in gred_print_opt()
339 qopt->early, in gred_print_opt()
340 qopt->pdrop, in gred_print_opt()
341 qopt->other); in gred_print_opt()
343 qopt->packets, in gred_print_opt()
344 sprint_size(qopt->bytesin, b1)); in gred_print_opt()