Home
last modified time | relevance | path

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

/dragonfly/sys/net/altq/
H A Daltq_hfsc.h49 #define HFSC_MAX_CLASSES 64 macro
228 struct hfsc_class *hif_class_tbl[HFSC_MAX_CLASSES];
H A Daltq_hfsc.c409 if (hif->hif_classes >= HFSC_MAX_CLASSES) in hfsc_class_create()
505 i = qid % HFSC_MAX_CLASSES; in hfsc_class_create()
509 for (i = 0; i < HFSC_MAX_CLASSES; i++) { in hfsc_class_create()
515 if (i == HFSC_MAX_CLASSES) { in hfsc_class_create()
601 for (i = 0; i < HFSC_MAX_CLASSES; i++) { in hfsc_class_destroy()
1719 i = chandle % HFSC_MAX_CLASSES; in clh_to_clp()
1722 for (i = 0; i < HFSC_MAX_CLASSES; i++) in clh_to_clp()