Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/cxgbe/common/
H A Dt4_regs.h23719 #define S_UPRID 0 macro
23721 #define V_UPRID(x) ((x) << S_UPRID)
23722 #define G_UPRID(x) (((x) >> S_UPRID) & M_UPRID)