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

/freebsd-10.0-release/sys/dev/cxgb/common/
H A Dcxgb_regs.h6072 #define S_MSTRXBYTECNT 12 macro
6074 #define V_MSTRXBYTECNT(x) ((x) << S_MSTRXBYTECNT)
6075 #define G_MSTRXBYTECNT(x) (((x) >> S_MSTRXBYTECNT) & M_MSTRXBYTECNT)
/freebsd-10.0-release/sys/dev/cxgbe/common/
H A Dt4_regs.h25528 #define S_MSTRXBYTECNT 12 macro
25530 #define V_MSTRXBYTECNT(x) ((x) << S_MSTRXBYTECNT)
25531 #define G_MSTRXBYTECNT(x) (((x) >> S_MSTRXBYTECNT) & M_MSTRXBYTECNT)
[all...]

Completed in 710 milliseconds