Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/cxgbe/common/
Dt4_regs.h14559 #define S_DSE_ALEN 8 macro
14561 #define V_DSE_ALEN(x) ((x) << S_DSE_ALEN)
14562 #define G_DSE_ALEN(x) (((x) >> S_DSE_ALEN) & M_DSE_ALEN)