Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/cxgbe/common/
H A Dt4_regs.h22476 #define S_ESAMP 8 macro
22478 #define V_ESAMP(x) ((x) << S_ESAMP)
22479 #define G_ESAMP(x) (((x) >> S_ESAMP) & M_ESAMP)