Home
last modified time | relevance | path

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

/freebsd/sys/net/altq/
H A Daltq_hfsc.h62 #define HFSC_MAX_CLASSES 2048 macro
288 struct hfsc_class *hif_class_tbl[HFSC_MAX_CLASSES];
H A Daltq_hfsc.c361 if (hif->hif_classes >= HFSC_MAX_CLASSES) in hfsc_class_create()
489 i = qid % HFSC_MAX_CLASSES; in hfsc_class_create()
493 for (i = 0; i < HFSC_MAX_CLASSES; i++) in hfsc_class_create()
498 if (i == HFSC_MAX_CLASSES) { in hfsc_class_create()
1726 i = chandle % HFSC_MAX_CLASSES; in clh_to_clp()
1729 for (i = 0; i < HFSC_MAX_CLASSES; i++) in clh_to_clp()