Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/chelsio/cxgb/
Dregs.h2137 #define S_CF_PARITY_ERR 10 macro
2139 #define V_CF_PARITY_ERR(x) ((x) << S_CF_PARITY_ERR)
2140 #define G_CF_PARITY_ERR(x) (((x) >> S_CF_PARITY_ERR) & M_CF_PARITY_ERR)