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

/illumos-gate/usr/src/uts/common/io/chxge/com/
H A Dregs.h1112 #define S_KEEPALIVE_MAX 0 macro
1114 #define V_KEEPALIVE_MAX(x) ((x) << S_KEEPALIVE_MAX)
1115 #define G_KEEPALIVE_MAX(x) (((x) >> S_KEEPALIVE_MAX) & M_KEEPALIVE_MAX)

Completed in 64 milliseconds