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.h47 #define VIR_TAS_BUSY (NPI_BK_ERROR_START | 0x1)
48 #define VIR_TAS_NOTREAD (NPI_BK_ERROR_START | 0x2)
50 #define VIR_SR_RESET (NPI_BK_ERROR_START | 0x3)
51 #define VIR_SR_FREE (NPI_BK_ERROR_START | 0x4)
52 #define VIR_SR_BUSY (NPI_BK_ERROR_START | 0x5)
53 #define VIR_SR_INVALID (NPI_BK_ERROR_START | 0x6)
54 #define VIR_SR_NOTOWNER (NPI_BK_ERROR_START | 0x7)
55 #define VIR_SR_INITIALIZED (NPI_BK_ERROR_START | 0x8)
57 #define VIR_MPC_DENY (NPI_BK_ERROR_START | 0x10)
59 #define VIR_BD_FUNC_INVALID (NPI_BK_ERROR_START |
[all...]
H A Dnpi_txdma.h158 #define TXDMA_GATHER_INVALID (NPI_BK_ERROR_START | 0x1)
159 #define TXDMA_XFER_LEN_INVALID (NPI_BK_ERROR_START | 0x2)
H A Dnpi.h113 #define NPI_BK_ERROR_START 0x50 macro

Completed in 60 milliseconds