Home
last modified time | relevance | path

Searched refs:SFQ_MAX_DEPTH (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/sched/
H A Dsch_sfq.c74 #define SFQ_MAX_DEPTH 127 /* max number of packets per flow */ macro
76 #define SFQ_MAX_FLOWS (0x10000 - SFQ_MAX_DEPTH - 1) /* max number of flows */
86 /* This type should contain at least SFQ_MAX_DEPTH + 1 + SFQ_MAX_FLOWS values */
92 * while following values [SFQ_MAX_FLOWS ... SFQ_MAX_FLOWS + SFQ_MAX_DEPTH]
133 struct sfq_head dep[SFQ_MAX_DEPTH + 1];
671 q->maxdepth = min_t(u32, ctl_v1->depth, SFQ_MAX_DEPTH); in sfq_change()
745 for (i = 0; i < SFQ_MAX_DEPTH + 1; i++) { in sfq_init()
750 q->limit = SFQ_MAX_DEPTH; in sfq_init()
751 q->maxdepth = SFQ_MAX_DEPTH; in sfq_init()
/kernel/linux/linux-6.6/net/sched/
H A Dsch_sfq.c74 #define SFQ_MAX_DEPTH 127 /* max number of packets per flow */ macro
76 #define SFQ_MAX_FLOWS (0x10000 - SFQ_MAX_DEPTH - 1) /* max number of flows */
86 /* This type should contain at least SFQ_MAX_DEPTH + 1 + SFQ_MAX_FLOWS values */
92 * while following values [SFQ_MAX_FLOWS ... SFQ_MAX_FLOWS + SFQ_MAX_DEPTH]
133 struct sfq_head dep[SFQ_MAX_DEPTH + 1];
674 q->maxdepth = min_t(u32, ctl_v1->depth, SFQ_MAX_DEPTH); in sfq_change()
748 for (i = 0; i < SFQ_MAX_DEPTH + 1; i++) { in sfq_init()
753 q->limit = SFQ_MAX_DEPTH; in sfq_init()
754 q->maxdepth = SFQ_MAX_DEPTH; in sfq_init()

Completed in 4 milliseconds