Searched refs:S_TXPKT_VLAN (Results 1 – 1 of 1) sorted by relevance
1063 #define S_TXPKT_VLAN 44 macro1065 #define V_TXPKT_VLAN(x) ((__u64)(x) << S_TXPKT_VLAN)1066 #define G_TXPKT_VLAN(x) (((x) >> S_TXPKT_VLAN) & M_TXPKT_VLAN)