Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/chxge/com/
H A Dregs.h1819 #define S_NUM_LIP 18 macro
1821 #define V_NUM_LIP(x) ((x) << S_NUM_LIP)
1822 #define G_NUM_LIP(x) (((x) >> S_NUM_LIP) & M_NUM_LIP)