Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgb/common/
H A Dcxgb_regs.h3644 #define S_CMMEMMGRSIZE 0 macro
3646 #define V_CMMEMMGRSIZE(x) ((x) << S_CMMEMMGRSIZE)
3647 #define G_CMMEMMGRSIZE(x) (((x) >> S_CMMEMMGRSIZE) & M_CMMEMMGRSIZE)