Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/cxgbe/common/
H A Dt4_regs.h2278 #define S_FUNC 0 macro
2280 #define V_FUNC(x) ((x) << S_FUNC)
2281 #define G_FUNC(x) (((x) >> S_FUNC) & M_FUNC)