Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/cxgbe/common/
H A Dt4_regs.h1093 #define S_HP_WEIGHT 24 macro
1095 #define V_HP_WEIGHT(x) ((x) << S_HP_WEIGHT)
1096 #define G_HP_WEIGHT(x) (((x) >> S_HP_WEIGHT) & M_HP_WEIGHT)