Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/net/pktsched/
H A Dpktsched_fq_codel.h86 #define FQ_IF_MAX_CLASSES 10 macro
87 _Static_assert(FQ_IF_MAX_CLASSES < 127,
157 fq_if_classq_t fqg_classq[FQ_IF_MAX_CLASSES]; /* class queues */
H A Dpktsched_fq_codel.c155 uint32_t fq_codel_drr_max_values[FQ_IF_MAX_CLASSES] = {
269 char buf[(FQ_IF_MAX_CLASSES) * 3]; in pktsched_fq_init()
277 for (i = 0; i < len + 1 && pri_index < FQ_IF_MAX_CLASSES; i++) { in pktsched_fq_init()
744 VERIFY(pri < FQ_IF_MAX_CLASSES); in fq_if_classq_init()
782 VERIFY(pri < FQ_IF_MAX_CLASSES); in fq_if_enqueue()
937 uint32_t highest_pri = FQ_IF_MAX_CLASSES; in fq_if_grps_bitmap_ffs()
1799 for (uint8_t fq_cl_idx = 0; fq_cl_idx < FQ_IF_MAX_CLASSES; fq_cl_idx++) { in fq_if_is_grp_all_paced()
2679 if (qid >= FQ_IF_MAX_CLASSES || gid >= FQ_IF_MAX_GROUPS) { in fq_if_getqstats()
2863 for (uint8_t i = 0; i < FQ_IF_MAX_CLASSES; i++) { in fq_if_purge_grp()