Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h28127 #define S_CSIDE_DDP_VALID 14 macro
28129 #define V_CSIDE_DDP_VALID(x) ((x) << S_CSIDE_DDP_VALID)
28130 #define G_CSIDE_DDP_VALID(x) (((x) >> S_CSIDE_DDP_VALID) & M_CSIDE_DDP_VALID)