Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/cxgbe/common/
H A Dt4_regs.h16632 #define S_VLAN_ID 0 macro
16634 #define V_VLAN_ID(x) ((x) << S_VLAN_ID)
16635 #define G_VLAN_ID(x) (((x) >> S_VLAN_ID) & M_VLAN_ID)