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

/freebsd-12-stable/sys/dev/cxgb/common/
H A Dcxgb_regs.h454 #define S_ITPARITYERROR 20 macro
456 #define V_ITPARITYERROR(x) ((x) << S_ITPARITYERROR)
457 #define G_ITPARITYERROR(x) (((x) >> S_ITPARITYERROR) & M_ITPARITYERROR)

Completed in 174 milliseconds