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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sched/
H A Dsch_sfq.c91 #define SFQ_DEPTH 128 macro
94 /* This type should contain at least SFQ_DEPTH*2 values */
117 sfq_index next[SFQ_DEPTH]; /* Active slots link */
118 short allot[SFQ_DEPTH]; /* Current allotment per slot */
119 unsigned short hash[SFQ_DEPTH]; /* Hash value indexed by slots */
120 struct sk_buff_head qs[SFQ_DEPTH]; /* Slot queue */
121 struct sfq_head dep[SFQ_DEPTH*2]; /* Linked list of slots, indexed by depth */
178 int d = q->qs[x].qlen + SFQ_DEPTH;
229 sfq_index x = q->dep[d+SFQ_DEPTH].next;
252 q->ht[q->hash[d]] = SFQ_DEPTH;
[all...]

Completed in 43 milliseconds