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

/illumos-gate/usr/src/uts/common/io/chxge/com/
H A Dregs.h796 #define S_SYN_COOKIE_PARAMETER 26 macro
798 #define V_SYN_COOKIE_PARAMETER(x) ((x) << S_SYN_COOKIE_PARAMETER)
799 #define G_SYN_COOKIE_PARAMETER(x) (((x) >> S_SYN_COOKIE_PARAMETER) & M_SYN_COOKIE_PARAMETER)

Completed in 63 milliseconds