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

/freebsd-10.3-release/sys/dev/cxgb/common/
H A Dcxgb_regs.h4730 #define S_CMRXFLSTBASE 0 macro
4732 #define V_CMRXFLSTBASE(x) ((x) << S_CMRXFLSTBASE)
4733 #define G_CMRXFLSTBASE(x) (((x) >> S_CMRXFLSTBASE) & M_CMRXFLSTBASE)

Completed in 133 milliseconds