Lines Matching refs:sfq_index
91 typedef u16 sfq_index; typedef
100 sfq_index next;
101 sfq_index prev;
107 sfq_index qlen; /* number of skbs in skblist */
108 sfq_index next; /* next slot in sfq RR chain */
130 sfq_index *ht; /* Hash table ('divisor' slots) */
154 static inline struct sfq_head *sfq_dep_head(struct sfq_sched_data *q, sfq_index val) in sfq_dep_head()
207 static inline void sfq_link(struct sfq_sched_data *q, sfq_index x) in sfq_link()
209 sfq_index p, n; in sfq_link()
232 static inline void sfq_dec(struct sfq_sched_data *q, sfq_index x) in sfq_dec()
234 sfq_index p, n; in sfq_dec()
245 static inline void sfq_inc(struct sfq_sched_data *q, sfq_index x) in sfq_inc()
247 sfq_index p, n; in sfq_inc()
300 sfq_index x, d = q->cur_depth; in sfq_drop()
354 sfq_index x, qlen; in sfq_enqueue()
488 sfq_index a, next_a; in sfq_dequeue()
568 sfq_index x = q->ht[hash]; in sfq_rehash()
861 sfq_index idx = q->ht[cl - 1]; in sfq_dump_class_stats()