Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h38820 #define S_HASHTBLADDR 4 macro
38822 #define V_HASHTBLADDR(x) ((x) << S_HASHTBLADDR)
38823 #define G_HASHTBLADDR(x) (((x) >> S_HASHTBLADDR) & M_HASHTBLADDR)