Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/cxgbe/common/
H A Dt4_regs.h14869 #define S_TAG 0 macro
14871 #define V_TAG(x) ((x) << S_TAG)
14872 #define G_TAG(x) (((x) >> S_TAG) & M_TAG)