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

/freebsd-10.3-release/sys/dev/cxgb/common/
H A Dcxgb_regs.h5890 #define S_MCAPARERR 6 macro
5892 #define V_MCAPARERR(x) ((x) << S_MCAPARERR)
5893 #define G_MCAPARERR(x) (((x) >> S_MCAPARERR) & M_MCAPARERR)

Completed in 184 milliseconds