Home
last modified time | relevance | path

Searched refs:ZCP_BLK_ID (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/nxge/npi/
H A Dnpi_zcp.h129 #define NPI_ZCP_OPCODE_INVALID ((ZCP_BLK_ID << 8) | OPCODE_INVALID)
130 #define NPI_ZCP_CONFIG_INVALID ((ZCP_BLK_ID << 8) | CONFIG_INVALID)
131 #define NPI_ZCP_DMA_THRES_INVALID ((ZCP_BLK_ID << 8) |\
133 #define NPI_ZCP_BAM_REGION_INVALID ((ZCP_BLK_ID << 8) |\
135 #define NPI_ZCP_ROW_INDEX_INVALID ((ZCP_BLK_ID << 8) |\
137 #define NPI_ZCP_SFLOW_ATTR_INVALID ((ZCP_BLK_ID << 8) |\
139 #define NPI_ZCP_DFLOW_ATTR_INVALID ((ZCP_BLK_ID << 8) |\
141 #define NPI_ZCP_FLOW_ID_INVALID ((ZCP_BLK_ID << 8) |\
143 #define NPI_ZCP_MEM_WRITE_FAILED ((ZCP_BLK_ID << 8) | WRITE_FAILED)
144 #define NPI_ZCP_MEM_READ_FAILED ((ZCP_BLK_ID << 8) | READ_FAILED)
[all …]
H A Dnpi.h47 #define ZCP_BLK_ID 0x9 macro
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_fm.h95 #define FM_ZCP_ID ZCP_BLK_ID
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_main.c6620 case ZCP_BLK_ID: in nxge_err_inject()