Searched refs:VLAN_PRI_MASK (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/include/proto/
H A Dvlan.h38 #define VLAN_PRI_MASK 7 /* 3 bits of priority */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8187se/ieee80211/
H A Dieee80211_tx.c292 #define VLAN_PRI_MASK 7 /* Mask for user priority bits in VLAN */ macro
295 wme_UP = (tag >> VLAN_PRI_SHIFT) & VLAN_PRI_MASK;
/netgear-R7000-V1.0.7.12_1.2.5/src/shared/
H A Dbcmutils.c2651 vlan_prio = (int) (vlan_tag >> VLAN_PRI_SHIFT) & VLAN_PRI_MASK;
2676 vlan_tag &= ~(VLAN_PRI_MASK << VLAN_PRI_SHIFT);

Completed in 78 milliseconds