Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_regs.h5824 #define S_MSSTHRESHOLD 4 macro
5826 #define V_MSSTHRESHOLD(x) ((x) << S_MSSTHRESHOLD)
5827 #define G_MSSTHRESHOLD(x) (((x) >> S_MSSTHRESHOLD) & M_MSSTHRESHOLD)