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

/illumos-gate/usr/src/uts/common/io/chxge/com/
H A Dregs.h2122 #define S_CF_PARITY_ERR 10 macro
2124 #define V_CF_PARITY_ERR(x) ((x) << S_CF_PARITY_ERR)
2125 #define G_CF_PARITY_ERR(x) (((x) >> S_CF_PARITY_ERR) & M_CF_PARITY_ERR)

Completed in 138 milliseconds