Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h14557 #define S_DSE_ALEN 8 macro
14559 #define V_DSE_ALEN(x) ((x) << S_DSE_ALEN)
14560 #define G_DSE_ALEN(x) (((x) >> S_DSE_ALEN) & M_DSE_ALEN)