Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/cxgbe/common/
H A Dt4_regs.h24118 #define S_TSCCLWEIGHT 0 macro
24120 #define V_TSCCLWEIGHT(x) ((x) << S_TSCCLWEIGHT)
24121 #define G_TSCCLWEIGHT(x) (((x) >> S_TSCCLWEIGHT) & M_TSCCLWEIGHT)