Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/nxge/npi/
H A Dnpi_zcp.c54 val &= ~ECC_CHK_DIS; in npi_zcp_config()
65 val |= ECC_CHK_DIS; in npi_zcp_config()
84 val &= ~ECC_CHK_DIS; in npi_zcp_config()
86 val |= ECC_CHK_DIS; in npi_zcp_config()
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_zcp_hw.h153 #define ECC_CHK_DIS (1 << 4) macro