Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/cxgbe/common/
Dt4_regs.h52033 #define S_DCCSIGN 8 macro
52035 #define V_DCCSIGN(x) ((x) << S_DCCSIGN)
52036 #define G_DCCSIGN(x) (((x) >> S_DCCSIGN) & M_DCCSIGN)