Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/cxgbe/common/
H A Dt4_regs.h34565 #define S_MACPARITYMASKSIZE 4 macro
34567 #define V_MACPARITYMASKSIZE(x) ((x) << S_MACPARITYMASKSIZE)
34568 #define G_MACPARITYMASKSIZE(x) (((x) >> S_MACPARITYMASKSIZE) & M_MACPARITYMASKSIZE)