Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/nxge/npi/
H A Dnpi_zcp.c56 val &= ~PAR_CHK_DIS; in npi_zcp_config()
67 val |= PAR_CHK_DIS; in npi_zcp_config()
88 val &= ~PAR_CHK_DIS; in npi_zcp_config()
90 val |= PAR_CHK_DIS; in npi_zcp_config()
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_zcp_hw.h154 #define PAR_CHK_DIS (1 << 3) macro