Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/cxgbe/common/
H A Dt4_regs.h8252 #define S_MSSTHRESHOLD 4 macro
8254 #define V_MSSTHRESHOLD(x) ((x) << S_MSSTHRESHOLD)
8255 #define G_MSSTHRESHOLD(x) (((x) >> S_MSSTHRESHOLD) & M_MSSTHRESHOLD)