Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_regs.h5912 #define S_MSL 0 macro
5914 #define V_MSL(x) ((x) << S_MSL)
5915 #define G_MSL(x) (((x) >> S_MSL) & M_MSL)