Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb/
H A 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)
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb/
H A Dregs.h2128 #define S_CF_PARITY_ERR 10 macro
2130 #define V_CF_PARITY_ERR(x) ((x) << S_CF_PARITY_ERR)
2131 #define G_CF_PARITY_ERR(x) (((x) >> S_CF_PARITY_ERR) & M_CF_PARITY_ERR)

Completed in 12 milliseconds