Home
last modified time | relevance | path

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

/NextBSD/sys/dev/cxgb/common/
HDcxgb_t3_cpl.h1065 #define S_DDP_VALID 15 macro
1067 #define V_DDP_VALID(x) ((x) << S_DDP_VALID)
1068 #define G_DDP_VALID(x) (((x) >> S_DDP_VALID) & M_DDP_VALID)
/NextBSD/sys/dev/cxgbe/common/
HDt4_msg.h1543 #define S_DDP_VALID 15 macro
1545 #define V_DDP_VALID(x) ((x) << S_DDP_VALID)
1546 #define G_DDP_VALID(x) (((x) >> S_DDP_VALID) & M_DDP_VALID)