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

/freebsd-10.3-release/sys/dev/cxgb/common/
H A Dcxgb_regs.h6052 #define S_MSTRXBYTECFG 12 macro
6054 #define V_MSTRXBYTECFG(x) ((x) << S_MSTRXBYTECFG)
6055 #define G_MSTRXBYTECFG(x) (((x) >> S_MSTRXBYTECFG) & M_MSTRXBYTECFG)
/freebsd-10.3-release/sys/dev/cxgbe/common/
H A Dt4_regs.h25508 #define S_MSTRXBYTECFG 12 macro
25510 #define V_MSTRXBYTECFG(x) ((x) << S_MSTRXBYTECFG)
25511 #define G_MSTRXBYTECFG(x) (((x) >> S_MSTRXBYTECFG) & M_MSTRXBYTECFG)
[all...]

Completed in 526 milliseconds