Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_regs.h8010 #define S_HASHPORTMAP 16 macro
8012 #define V_HASHPORTMAP(x) ((x) << S_HASHPORTMAP)
8013 #define G_HASHPORTMAP(x) (((x) >> S_HASHPORTMAP) & M_HASHPORTMAP)