Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/chelsio/cxgb3/
Dregs.h208 #define S_FLPARITYERROR 22 macro
210 #define V_FLPARITYERROR(x) ((x) << S_FLPARITYERROR)
211 #define G_FLPARITYERROR(x) (((x) >> S_FLPARITYERROR) & M_FLPARITYERROR)