Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/nxge/npi/
H A Dnpi_zcp.c54 val |= ZC_ENABLE; in npi_zcp_config()
65 val &= ~ZC_ENABLE; in npi_zcp_config()
82 val |= ZC_ENABLE; in npi_zcp_config()
84 val &= ~ZC_ENABLE; in npi_zcp_config()
/titanic_41/usr/src/uts/common/sys/nxge/
H A Dnxge_zcp_hw.h159 #define ZC_ENABLE (1 << 0) macro