Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/cxgbe/common/
H A Dt4_regs.h20980 #define S_TYPE 0 macro
20982 #define V_TYPE(x) ((x) << S_TYPE)
20983 #define G_TYPE(x) (((x) >> S_TYPE) & M_TYPE)