Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h52035 #define S_DCCSIGN 8 macro
52037 #define V_DCCSIGN(x) ((x) << S_DCCSIGN)
52038 #define G_DCCSIGN(x) (((x) >> S_DCCSIGN) & M_DCCSIGN)