Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/nxge/npi/
H A Dnpi_zcp.h151 #define NPI_ZCP_PORT_INVALID(portn) ((ZCP_BLK_ID << 8) | PORT_INVALID |\ macro
H A Dnpi_zcp.c604 return (NPI_FAILURE | NPI_ZCP_PORT_INVALID(portn)); in npi_zcp_tt_cfifo_entry()