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

/netbsd-current/sys/dev/pci/cxgb/
H A Dcxgb_t3_cpl.h1024 #define S_DDP_STATUS 0 macro
1026 #define V_DDP_STATUS(x) ((x) << S_DDP_STATUS)
1027 #define G_DDP_STATUS(x) (((x) >> S_DDP_STATUS) & M_DDP_STATUS)

Completed in 183 milliseconds