Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/cxgbe/common/
H A Dt4_regs.h15806 #define S_MAC 0 macro
15808 #define V_MAC(x) ((x) << S_MAC)
15809 #define G_MAC(x) (((x) >> S_MAC) & M_MAC)