Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/net/pktsched/
H A Dpktsched_fq_codel.h84 #define FQ_IF_MAX_CLASSES 10 macro
85 _Static_assert(FQ_IF_MAX_CLASSES < 127,
155 fq_if_classq_t fqg_classq[FQ_IF_MAX_CLASSES]; /* class queues */
H A Dpktsched_fq_codel.c106 uint32_t fq_codel_drr_max_values[FQ_IF_MAX_CLASSES] = {
178 char buf[(FQ_IF_MAX_CLASSES) * 3]; in pktsched_fq_init()
186 for (i = 0; i < len + 1 && pri_index < FQ_IF_MAX_CLASSES; i++) { in pktsched_fq_init()
506 VERIFY(pri < FQ_IF_MAX_CLASSES); in fq_if_classq_init()
543 VERIFY(pri < FQ_IF_MAX_CLASSES); in fq_if_enqueue_classq()
711 uint32_t highest_pri = FQ_IF_MAX_CLASSES; in fq_if_grps_bitmap_ffs()
1572 for (uint8_t fq_cl_idx = 0; fq_cl_idx < FQ_IF_MAX_CLASSES; fq_cl_idx++) { in fq_if_is_grp_all_paced()
2376 if (qid >= FQ_IF_MAX_CLASSES || gid >= FQ_IF_MAX_GROUPS) { in fq_if_getqstats_ifclassq()
2558 for (uint8_t i = 0; i < FQ_IF_MAX_CLASSES; i++) { in fq_if_purge_grp()