Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/cxgb/common/
Dcxgb_t3_cpl.h1066 #define S_DDP_VALID 15 macro
1068 #define V_DDP_VALID(x) ((x) << S_DDP_VALID)
1069 #define G_DDP_VALID(x) (((x) >> S_DDP_VALID) & M_DDP_VALID)
/freebsd-12-stable/sys/dev/cxgbe/common/
Dt4_msg.h1822 #define S_DDP_VALID 15 macro
1824 #define V_DDP_VALID(x) ((x) << S_DDP_VALID)
1825 #define G_DDP_VALID(x) (((x) >> S_DDP_VALID) & M_DDP_VALID)