Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/cxgb/common/
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-9-stable/sys/dev/cxgbe/common/
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)