Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_regs.h10335 #define S_HASHTBLADDR 4 macro
10337 #define V_HASHTBLADDR(x) ((x) << S_HASHTBLADDR)
10338 #define G_HASHTBLADDR(x) (((x) >> S_HASHTBLADDR) & M_HASHTBLADDR)