Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/chelsio/cxgb/
Dregs.h2123 #define S_RF_PARITY_ERR 8 macro
2125 #define V_RF_PARITY_ERR(x) ((x) << S_RF_PARITY_ERR)
2126 #define G_RF_PARITY_ERR(x) (((x) >> S_RF_PARITY_ERR) & M_RF_PARITY_ERR)