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

/drivers/net/ethernet/chelsio/cxgb3/
H A Dregs.h212 #define S_ITPARITYERROR 20 macro
214 #define V_ITPARITYERROR(x) ((x) << S_ITPARITYERROR)
215 #define G_ITPARITYERROR(x) (((x) >> S_ITPARITYERROR) & M_ITPARITYERROR)

Completed in 20 milliseconds