Home
last modified time | relevance | path

Searched refs:GRED_VQ_MASK (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/net/sched/
H A Dsch_gred.c26 #define GRED_VQ_MASK (MAX_DPs - 1) macro
125 return skb->tc_index & GRED_VQ_MASK; in tc_index_to_dp()
191 skb->tc_index = (skb->tc_index & ~GRED_VQ_MASK) | dp; in gred_enqueue()