Searched refs:TC_PRIO_MAX (Results 1 – 4 of 4) sorted by relevance
28 u8 prio2band[TC_PRIO_MAX+1];56 return q->queues[q->prio2band[band & TC_PRIO_MAX]]; in prio_classify()179 for (i = 0; i <= TC_PRIO_MAX; i++) { in prio_tune()186 memcpy(q->prio2band, qopt->priomap, TC_PRIO_MAX+1); in prio_tune()248 memcpy(&opt.priomap, q->prio2band, TC_PRIO_MAX + 1); in prio_dump()
415 static const u8 prio2band[TC_PRIO_MAX + 1] = {452 int band = prio2band[skb->priority & TC_PRIO_MAX]; in pfifo_fast_enqueue()514 memcpy(&opt.priomap, prio2band, TC_PRIO_MAX + 1); in pfifo_fast_dump()
141 struct cbq_class *defaults[TC_PRIO_MAX + 1];250 else if ((cl = defmap[res.classid & TC_PRIO_MAX]) == NULL) in cbq_classify()287 !(cl = head->defaults[prio & TC_PRIO_MAX]) && in cbq_classify()1082 for (i = 0; i <= TC_PRIO_MAX; i++) { in cbq_sync_defmap()1087 for (i = 0; i <= TC_PRIO_MAX; i++) { in cbq_sync_defmap()
26 #define TC_PRIO_MAX 15 macro120 __u8 priomap[TC_PRIO_MAX+1]; /* Map: logical priority -> PRIO band */