Home
last modified time | relevance | path

Searched refs:ICFG_ZCP_ALL (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/nxge/npi/
H A Dnpi_zcp.h68 ICFG_ZCP_ALL = (RRFIFO_UNDERRUN | RRFIFO_OVERRUN | enumerator
H A Dnpi_zcp.c121 if ((iconfig == 0) || (iconfig & ~ICFG_ZCP_ALL) != 0) { in npi_zcp_iconfig()
139 if ((iconfig & ~ICFG_ZCP_ALL) != 0) { in npi_zcp_iconfig()
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_zcp.c98 if ((rs = npi_zcp_iconfig(handle, INIT, ICFG_ZCP_ALL)) != NPI_SUCCESS) in nxge_zcp_init()