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

/illumos-gate/usr/src/uts/common/io/chxge/com/
H A Dregs.h1392 #define S_ALMOSTEMPTY 0 macro
1394 #define V_ALMOSTEMPTY(x) ((x) << S_ALMOSTEMPTY)
1395 #define G_ALMOSTEMPTY(x) (((x) >> S_ALMOSTEMPTY) & M_ALMOSTEMPTY)

Completed in 63 milliseconds