Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/cxgb3/
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)