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

/illumos-gate/usr/src/uts/common/io/chxge/com/
H A Dregs.h475 #define S_MC3_PARITY_ERR 2 macro
477 #define V_MC3_PARITY_ERR(x) ((x) << S_MC3_PARITY_ERR)
478 #define G_MC3_PARITY_ERR(x) (((x) >> S_MC3_PARITY_ERR) & M_MC3_PARITY_ERR)

Completed in 1401 milliseconds