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

/freebsd-10.3-release/sys/dev/cxgb/common/
H A Dcxgb_regs.h6890 #define S_MBUSCMD 0 macro
6892 #define V_MBUSCMD(x) ((x) << S_MBUSCMD)
6893 #define G_MBUSCMD(x) (((x) >> S_MBUSCMD) & M_MBUSCMD)

Completed in 140 milliseconds