Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgb/common/
H A Dcxgb_regs.h6051 #define S_MSTRXBYTECFG 12 macro
6053 #define V_MSTRXBYTECFG(x) ((x) << S_MSTRXBYTECFG)
6054 #define G_MSTRXBYTECFG(x) (((x) >> S_MSTRXBYTECFG) & M_MSTRXBYTECFG)
/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h36039 #define S_MSTRXBYTECFG 12 macro
36041 #define V_MSTRXBYTECFG(x) ((x) << S_MSTRXBYTECFG)
36042 #define G_MSTRXBYTECFG(x) (((x) >> S_MSTRXBYTECFG) & M_MSTRXBYTECFG)