Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb3/
H A 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)
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb3/
H A 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)

Completed in 14 milliseconds