Searched defs:S_L3_VALUE (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/chxge/com/
H A Dregs.h1134 #define S_L3_VALUE 0 macro
1136 #define V_L3_VALUE(x) ((x) << S_L3_VALUE)
1137 #define G_L3_VALUE(x) (((x) >> S_L3_VALUE) & M_L3_VALUE)

Completed in 110 milliseconds