Searched refs:S_VLAN_ID (Results 1 – 1 of 1) sorted by relevance
16632 #define S_VLAN_ID 0 macro16634 #define V_VLAN_ID(x) ((x) << S_VLAN_ID)16635 #define G_VLAN_ID(x) (((x) >> S_VLAN_ID) & M_VLAN_ID)