Home
last modified time | relevance | path

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

/src/sys/dev/cxgbe/common/
H A Dt4_regs.h50722 #define S_HASHTIDSIZE 16 macro
50724 #define V_HASHTIDSIZE(x) ((x) << S_HASHTIDSIZE)
50725 #define G_HASHTIDSIZE(x) (((x) >> S_HASHTIDSIZE) & M_HASHTIDSIZE)