Home
last modified time | relevance | path

Searched refs:QFQ_MIN_LMAX (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/net/sched/
H A Dsch_qfq.c115 #define QFQ_MIN_LMAX 512 /* see qfq_slot_insert */ macro
217 .min = QFQ_MIN_LMAX,
434 if (lmax < QFQ_MIN_LMAX || lmax > QFQ_MAX_LMAX) { in qfq_change_class()