Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/nxge/npi/
H A Dnpi_zcp.c52 val |= ZC_ENABLE; in npi_zcp_config()
63 val &= ~ZC_ENABLE; in npi_zcp_config()
80 val |= ZC_ENABLE; in npi_zcp_config()
82 val &= ~ZC_ENABLE; in npi_zcp_config()
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_zcp_hw.h157 #define ZC_ENABLE (1 << 0) macro