Lines Matching refs:quanta
15 * PRIO-like and how many DRR-like, and quanta for the latter.
139 qopt.replace_params.quanta[i] = quantum;
541 unsigned int *quanta,
559 NL_SET_ERR_MSG_MOD(extack, "ETS quanta has more values than bands");
562 err = ets_quantum_parse(sch, attr, &quanta[band++],
579 unsigned int quanta[TCQ_ETS_MAX_BANDS] = {0};
623 nbands, nstrict, quanta, extack);
627 /* If there are more bands than strict + quanta provided, the remaining
631 if (!quanta[i])
632 quanta[i] = psched_mtu(qdisc_dev(sch));
653 q->classes[i].deficit = quanta[i];
665 q->classes[i].quantum = quanta[i];