Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/sched/
H A Dsch_gred.c26 #define GRED_VQ_MASK (MAX_DPs - 1) macro
124 return skb->tc_index & GRED_VQ_MASK; in tc_index_to_dp()
190 skb->tc_index = (skb->tc_index & ~GRED_VQ_MASK) | dp; in gred_enqueue()