Symbol: ZCP_BLK_ID
usr/src/uts/common/io/nxge/npi/npi_zcp.h
129
#define NPI_ZCP_OPCODE_INVALID ((ZCP_BLK_ID << 8) | OPCODE_INVALID)
usr/src/uts/common/io/nxge/npi/npi_zcp.h
130
#define NPI_ZCP_CONFIG_INVALID ((ZCP_BLK_ID << 8) | CONFIG_INVALID)
usr/src/uts/common/io/nxge/npi/npi_zcp.h
131
#define NPI_ZCP_DMA_THRES_INVALID ((ZCP_BLK_ID << 8) |\
usr/src/uts/common/io/nxge/npi/npi_zcp.h
133
#define NPI_ZCP_BAM_REGION_INVALID ((ZCP_BLK_ID << 8) |\
usr/src/uts/common/io/nxge/npi/npi_zcp.h
135
#define NPI_ZCP_ROW_INDEX_INVALID ((ZCP_BLK_ID << 8) |\
usr/src/uts/common/io/nxge/npi/npi_zcp.h
137
#define NPI_ZCP_SFLOW_ATTR_INVALID ((ZCP_BLK_ID << 8) |\
usr/src/uts/common/io/nxge/npi/npi_zcp.h
139
#define NPI_ZCP_DFLOW_ATTR_INVALID ((ZCP_BLK_ID << 8) |\
usr/src/uts/common/io/nxge/npi/npi_zcp.h
141
#define NPI_ZCP_FLOW_ID_INVALID ((ZCP_BLK_ID << 8) |\
usr/src/uts/common/io/nxge/npi/npi_zcp.h
143
#define NPI_ZCP_MEM_WRITE_FAILED ((ZCP_BLK_ID << 8) | WRITE_FAILED)
usr/src/uts/common/io/nxge/npi/npi_zcp.h
144
#define NPI_ZCP_MEM_READ_FAILED ((ZCP_BLK_ID << 8) | READ_FAILED)
usr/src/uts/common/io/nxge/npi/npi_zcp.h
145
#define NPI_ZCP_BAM_BANK_INVALID ((ZCP_BLK_ID << 8) |\
usr/src/uts/common/io/nxge/npi/npi_zcp.h
147
#define NPI_ZCP_BAM_WORD_EN_INVALID ((ZCP_BLK_ID << 8) |\
usr/src/uts/common/io/nxge/npi/npi_zcp.h
149
#define NPI_ZCP_PORT_INVALID(portn) ((ZCP_BLK_ID << 8) | PORT_INVALID |\
usr/src/uts/common/io/nxge/nxge_main.c
6620
case ZCP_BLK_ID:
usr/src/uts/common/sys/nxge/nxge_fm.h
95
#define FM_ZCP_ID ZCP_BLK_ID