Searched refs:TC_PRIO_MAX (Results 1 – 5 of 5) sorted by relevance
45 u8 prio2band[TC_PRIO_MAX+1];61 return q->prio2band[band&TC_PRIO_MAX]; in prio_classify()186 for (i=0; i<=TC_PRIO_MAX; i++) { in prio_tune()193 memcpy(q->prio2band, qopt->priomap, TC_PRIO_MAX+1); in prio_tune()202 for (i=0; i<=TC_PRIO_MAX; i++) { in prio_tune()247 memcpy(&opt.priomap, q->prio2band, TC_PRIO_MAX+1); in prio_dump()
269 static const u8 prio2band[TC_PRIO_MAX+1] =282 prio2band[skb->priority&TC_PRIO_MAX]; in pfifo_fast_enqueue()319 prio2band[skb->priority&TC_PRIO_MAX]; in pfifo_fast_requeue()343 memcpy(&opt.priomap, prio2band, TC_PRIO_MAX+1); in pfifo_fast_dump()
268 u8 prio2band[TC_PRIO_MAX+1];776 for (i=0; i<=TC_PRIO_MAX; i++) { in csz_init()815 memcpy(&opt.priomap, q->prio2band, TC_PRIO_MAX+1); in csz_dump()
157 struct cbq_class *defaults[TC_PRIO_MAX+1];271 else if ((cl = defmap[res.classid&TC_PRIO_MAX]) == NULL) in cbq_classify()306 !(cl = head->defaults[prio&TC_PRIO_MAX]) && in cbq_classify()1124 for (i=0; i<=TC_PRIO_MAX; i++) { in cbq_sync_defmap()1129 for (i=0; i<=TC_PRIO_MAX; i++) { in cbq_sync_defmap()
24 #define TC_PRIO_MAX 15 macro103 __u8 priomap[TC_PRIO_MAX+1]; /* Map: logical priority -> PRIO band */113 __u8 priomap[TC_PRIO_MAX+1]; /* Map: logical priority -> CSZ band */