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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sched/
H A Dsch_sfq.c79 #define SFQ_DEPTH 128 macro
82 /* This type should contain at least SFQ_DEPTH*2 values */
106 sfq_index next[SFQ_DEPTH]; /* Active slots link */
107 short allot[SFQ_DEPTH]; /* Current allotment per slot */
108 unsigned short hash[SFQ_DEPTH]; /* Hash value indexed by slots */
109 struct sk_buff_head qs[SFQ_DEPTH]; /* Slot queue */
110 struct sfq_head dep[SFQ_DEPTH*2]; /* Linked list of slots, indexed by depth */
207 int d = q->qs[x].qlen + SFQ_DEPTH;
258 sfq_index x = q->dep[d + SFQ_DEPTH].next;
281 q->ht[q->hash[d]] = SFQ_DEPTH;
[all...]

Completed in 16 milliseconds