Searched refs:sfq_index (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.c83 typedef unsigned char sfq_index; typedef
87 sfq_index next;
88 sfq_index prev;
102 sfq_index tail; /* Index of current slot in round */
103 sfq_index max_depth; /* Maximal depth */
105 sfq_index ht[SFQ_HASH_DIVISOR]; /* Hash table */
106 sfq_index next[SFQ_DEPTH]; /* Active slots link */
204 static inline void sfq_link(struct sfq_sched_data *q, sfq_index x)
206 sfq_index p, n;
216 static inline void sfq_dec(struct sfq_sched_data *q, sfq_index
[all...]

Completed in 62 milliseconds