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

/linux-master/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];
679 q->maxdepth = min_t(u32, ctl_v1->depth, SFQ_MAX_DEPTH);
753 for (i = 0; i < SFQ_MAX_DEPTH + 1; i++) {
758 q->limit = SFQ_MAX_DEPTH;
759 q->maxdepth = SFQ_MAX_DEPTH;

Completed in 193 milliseconds