Lines Matching refs:SKBPRIO_MAX_PRIORITY
34 struct sk_buff_head qdiscs[SKBPRIO_MAX_PRIORITY];
35 struct gnet_stats_queue qstats[SKBPRIO_MAX_PRIORITY];
62 /* SKB queue is empty, return SKBPRIO_MAX_PRIORITY - 1
65 return SKBPRIO_MAX_PRIORITY - 1;
71 const unsigned int max_priority = SKBPRIO_MAX_PRIORITY - 1;
158 q->lowest_prio = SKBPRIO_MAX_PRIORITY - 1;
185 for (prio = 0; prio < SKBPRIO_MAX_PRIORITY; prio++)
190 q->lowest_prio = SKBPRIO_MAX_PRIORITY - 1;
215 for (prio = 0; prio < SKBPRIO_MAX_PRIORITY; prio++)
220 q->lowest_prio = SKBPRIO_MAX_PRIORITY - 1;
228 for (prio = 0; prio < SKBPRIO_MAX_PRIORITY; prio++)
266 for (i = 0; i < SKBPRIO_MAX_PRIORITY; i++) {