Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/chxge/com/
H A Dregs.h1233 #define S_DROP_TICKS_CNT 4 macro
1235 #define V_DROP_TICKS_CNT(x) ((x) << S_DROP_TICKS_CNT)
1236 #define G_DROP_TICKS_CNT(x) (((x) >> S_DROP_TICKS_CNT) & M_DROP_TICKS_CNT)