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

/freebsd-12-stable/sys/dev/cxgb/common/
H A Dcxgb_regs.h3646 #define S_CMMEMMGRSIZE 0 macro
3648 #define V_CMMEMMGRSIZE(x) ((x) << S_CMMEMMGRSIZE)
3649 #define G_CMMEMMGRSIZE(x) (((x) >> S_CMMEMMGRSIZE) & M_CMMEMMGRSIZE)

Completed in 108 milliseconds