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.h1821 #define S_NUM_LIP 18 macro
1823 #define V_NUM_LIP(x) ((x) << S_NUM_LIP)
1824 #define G_NUM_LIP(x) (((x) >> S_NUM_LIP) & M_NUM_LIP)

Completed in 72 milliseconds