Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h31519 #define S_LKPIDXSIZE 24 macro
31521 #define V_LKPIDXSIZE(x) ((x) << S_LKPIDXSIZE)
31522 #define G_LKPIDXSIZE(x) (((x) >> S_LKPIDXSIZE) & M_LKPIDXSIZE)