Searched refs:S_VLANTAG (Results 1 – 1 of 1) sorted by relevance
49016 #define S_VLANTAG 0 macro49018 #define V_VLANTAG(x) ((x) << S_VLANTAG)49019 #define G_VLANTAG(x) (((x) >> S_VLANTAG) & CXGBE_M_VLANTAG)