Searched refs:TC_PRIO_MAX (Results 1 – 8 of 8) sorted by relevance
25 u8 prio2band[TC_PRIO_MAX+1];57 return q->queues[q->prio2band[band & TC_PRIO_MAX]]; in prio_classify()155 TC_PRIO_MAX + 1); in prio_offload()191 for (i = 0; i <= TC_PRIO_MAX; i++) { in prio_tune()211 memcpy(q->prio2band, qopt->priomap, TC_PRIO_MAX+1); in prio_tune()270 memcpy(&opt.priomap, q->prio2band, TC_PRIO_MAX + 1); in prio_dump()
54 u8 prio2band[TC_PRIO_MAX + 1];407 return &q->classes[q->prio2band[band & TC_PRIO_MAX]]; in ets_classify()524 if (prio > TC_PRIO_MAX) { in ets_qdisc_priomap_parse()589 u8 priomap[TC_PRIO_MAX + 1]; in ets_qdisc_change()780 for (prio = 0; prio <= TC_PRIO_MAX; prio++) { in ets_qdisc_dump()
109 #define FQ_PRIO2BAND_CRUMB_SIZE ((TC_PRIO_MAX + 1) >> 2)550 band = fq_prio2band(q->prio2band, skb->priority & TC_PRIO_MAX); in fq_enqueue()951 const int num_elems = TC_PRIO_MAX + 1; in fq_prio2band_compress_crumb()965 const int num_elems = TC_PRIO_MAX + 1; in fq_prio2band_decompress_crumb()1002 for (i = 0; i < TC_PRIO_MAX + 1; i++) { in fq_load_priomap()
705 const u8 sch_default_prio2band[TC_PRIO_MAX + 1] = {733 int band = sch_default_prio2band[skb->priority & TC_PRIO_MAX]; in pfifo_fast_enqueue()842 memcpy(&opt.priomap, sch_default_prio2band, TC_PRIO_MAX + 1); in pfifo_fast_dump()
27 #define TC_PRIO_MAX 15 macro149 __u8 priomap[TC_PRIO_MAX+1]; /* Map: logical priority -> PRIO band */
28 #define TC_PRIO_MAX 15 macro150 __u8 priomap[TC_PRIO_MAX+1]; /* Map: logical priority -> PRIO band */
969 u8 priomap[TC_PRIO_MAX + 1];1011 u8 priomap[TC_PRIO_MAX + 1];
596 extern const u8 sch_default_prio2band[TC_PRIO_MAX + 1];