Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/cxgbe/common/
Dt4_regs.h27936 #define S_HASHTIDSIZE 16 macro
27938 #define V_HASHTIDSIZE(x) ((x) << S_HASHTIDSIZE)
27939 #define G_HASHTIDSIZE(x) (((x) >> S_HASHTIDSIZE) & M_HASHTIDSIZE)