Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgb/common/
H A Dcxgb_t3_cpl.h1059 #define S_DDP_STATUS 0 macro
1061 #define V_DDP_STATUS(x) ((x) << S_DDP_STATUS)
1062 #define G_DDP_STATUS(x) (((x) >> S_DDP_STATUS) & M_DDP_STATUS)