Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/cxgbe/common/
H A Dt4_regs.h16546 #define S_ETYPE 16 macro
16548 #define V_ETYPE(x) ((x) << S_ETYPE)
16549 #define G_ETYPE(x) (((x) >> S_ETYPE) & M_ETYPE)