Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_regs.h1517 #define S_HP_WEIGHT 24 macro
1519 #define V_HP_WEIGHT(x) ((x) << S_HP_WEIGHT)
1520 #define G_HP_WEIGHT(x) (((x) >> S_HP_WEIGHT) & M_HP_WEIGHT)