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

/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
H A Dvlan.h38 #define VLAN_PRI_MASK 7 /* 3 bits of priority */ macro
/hardware/broadcom/wlan/bcmdhd/dhdutil/
H A Dbcmutils.c1142 vlan_prio = (int) (vlan_tag >> VLAN_PRI_SHIFT) & VLAN_PRI_MASK;
1166 vlan_tag &= ~(VLAN_PRI_MASK << VLAN_PRI_SHIFT);

Completed in 66 milliseconds