Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/chelsio/cxgb3/
Dregs.h213 #define S_ITPARITYERROR 20 macro
215 #define V_ITPARITYERROR(x) ((x) << S_ITPARITYERROR)
216 #define G_ITPARITYERROR(x) (((x) >> S_ITPARITYERROR) & M_ITPARITYERROR)