Searched refs:S_VLAN (Results 1 – 2 of 2) sorted by relevance
5103 #define S_VLAN 0 macro5105 #define V_VLAN(x) ((x) << S_VLAN)5106 #define G_VLAN(x) (((x) >> S_VLAN) & M_VLAN)
26811 #define S_VLAN 3 macro26812 #define V_VLAN(x) ((x) << S_VLAN)