Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h34567 #define S_MACPARITYMASKSIZE 4 macro
34569 #define V_MACPARITYMASKSIZE(x) ((x) << S_MACPARITYMASKSIZE)
34570 #define G_MACPARITYMASKSIZE(x) (((x) >> S_MACPARITYMASKSIZE) & M_MACPARITYMASKSIZE)