Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h31993 #define S_HASHPORTMAP 16 macro
31995 #define V_HASHPORTMAP(x) ((x) << S_HASHPORTMAP)
31996 #define G_HASHPORTMAP(x) (((x) >> S_HASHPORTMAP) & M_HASHPORTMAP)