Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_regs.h10327 #define S_HASHSIZE 0 macro
10329 #define V_HASHSIZE(x) ((x) << S_HASHSIZE)
10330 #define G_HASHSIZE(x) (((x) >> S_HASHSIZE) & M_HASHSIZE)