Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/nxge/npi/
H A Dnpi_vir.h45 #define VIR_TAS_BUSY (NPI_BK_ERROR_START | 0x1)
46 #define VIR_TAS_NOTREAD (NPI_BK_ERROR_START | 0x2)
48 #define VIR_SR_RESET (NPI_BK_ERROR_START | 0x3)
49 #define VIR_SR_FREE (NPI_BK_ERROR_START | 0x4)
50 #define VIR_SR_BUSY (NPI_BK_ERROR_START | 0x5)
51 #define VIR_SR_INVALID (NPI_BK_ERROR_START | 0x6)
52 #define VIR_SR_NOTOWNER (NPI_BK_ERROR_START | 0x7)
55 #define VIR_MPC_DENY (NPI_BK_ERROR_START | 0x10)
63 #define VIR_LD_INVALID (NPI_BK_ERROR_START | 0x30)
64 #define VIR_LDG_INVALID (NPI_BK_ERROR_START | 0x31)
[all …]
H A Dnpi_txdma.h156 #define TXDMA_GATHER_INVALID (NPI_BK_ERROR_START | 0x1)
157 #define TXDMA_XFER_LEN_INVALID (NPI_BK_ERROR_START | 0x2)
H A Dnpi.h111 #define NPI_BK_ERROR_START 0x50 macro