Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_msg.h1760 #define S_DDP_VALID 15 macro
1762 #define V_DDP_VALID(x) ((x) << S_DDP_VALID)
1763 #define G_DDP_VALID(x) (((x) >> S_DDP_VALID) & M_DDP_VALID)