Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_regs.h9150 #define S_MAC_ALLOC 0 macro
9152 #define V_MAC_ALLOC(x) ((x) << S_MAC_ALLOC)
9153 #define G_MAC_ALLOC(x) (((x) >> S_MAC_ALLOC) & M_MAC_ALLOC)