Home
last modified time | relevance | path

Searched refs:S_VLANTYPE (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/uts/common/io/cxgbe/common/
H A Dt4_regs.h11211 #define S_VLANTYPE 0 macro
11213 #define V_VLANTYPE(x) ((x) << S_VLANTYPE)
11214 #define G_VLANTYPE(x) (((x) >> S_VLANTYPE) & M_VLANTYPE)