Lines Matching refs:quanta
15 * PRIO-like and how many DRR-like, and quanta for the latter.
139 qopt.replace_params.quanta[i] = quantum;
549 unsigned int *quanta,
567 NL_SET_ERR_MSG_MOD(extack, "ETS quanta has more values than bands");
570 err = ets_quantum_parse(sch, attr, &quanta[band++],
587 unsigned int quanta[TCQ_ETS_MAX_BANDS] = {0};
636 nbands, nstrict, quanta, extack);
640 /* If there are more bands than strict + quanta provided, the remaining
644 if (!quanta[i])
645 quanta[i] = psched_mtu(qdisc_dev(sch));
667 q->classes[i].deficit = quanta[i];
679 q->classes[i].quantum = quanta[i];