Searched refs:TC_PRIO_MAX (Results 1 – 5 of 5) sorted by relevance
28 u8 prio2band[TC_PRIO_MAX+1];58 return q->queues[q->prio2band[band & TC_PRIO_MAX]]; in prio_classify()181 for (i = 0; i <= TC_PRIO_MAX; i++) { in prio_tune()188 memcpy(q->prio2band, qopt->priomap, TC_PRIO_MAX+1); in prio_tune()251 memcpy(&opt.priomap, q->prio2band, TC_PRIO_MAX + 1); in prio_dump()
441 static const u8 prio2band[TC_PRIO_MAX + 1] = {478 int band = prio2band[skb->priority & TC_PRIO_MAX]; in pfifo_fast_enqueue()540 memcpy(&opt.priomap, prio2band, TC_PRIO_MAX + 1); in pfifo_fast_dump()
141 struct cbq_class *defaults[TC_PRIO_MAX + 1];251 else if ((cl = defmap[res.classid & TC_PRIO_MAX]) == NULL) in cbq_classify()288 !(cl = head->defaults[prio & TC_PRIO_MAX]) && in cbq_classify()1065 for (i = 0; i <= TC_PRIO_MAX; i++) { in cbq_sync_defmap()1070 for (i = 0; i <= TC_PRIO_MAX; i++) { in cbq_sync_defmap()
224 if (unlikely((skb->priority & TC_PRIO_MAX) == TC_PRIO_CONTROL)) in fq_classify()
26 #define TC_PRIO_MAX 15 macro128 __u8 priomap[TC_PRIO_MAX+1]; /* Map: logical priority -> PRIO band */