Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/cxgbe/common/
H A Dt4_regs.h38791 #define S_HASHTIDSIZE 16 macro
38793 #define V_HASHTIDSIZE(x) ((x) << S_HASHTIDSIZE)
38794 #define G_HASHTIDSIZE(x) (((x) >> S_HASHTIDSIZE) & M_HASHTIDSIZE)