Searched refs:sfq_index (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.c95 typedef unsigned char sfq_index; typedef
99 sfq_index next;
100 sfq_index prev;
113 sfq_index tail; /* Index of current slot in round */
114 sfq_index max_depth; /* Maximal depth */
116 sfq_index ht[SFQ_HASH_DIVISOR]; /* Hash table */
117 sfq_index next[SFQ_DEPTH]; /* Active slots link */
175 static inline void sfq_link(struct sfq_sched_data *q, sfq_index x)
177 sfq_index p, n;
187 static inline void sfq_dec(struct sfq_sched_data *q, sfq_index
[all...]

Completed in 48 milliseconds