Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhpi_pfc.h49 #define HPI_TCAM_ERROR 0x10 macro
57 (HPI_PFC_ERROR | HPI_TCAM_ERROR | WRITE_FAILED)
59 (HPI_PFC_ERROR | HPI_TCAM_ERROR | READ_FAILED)
61 (HPI_PFC_ERROR | HPI_TCAM_ERROR | WRITE_FAILED)
67 (HPI_PFC_ERROR | HPI_PFC_HW_ERROR | HPI_TCAM_ERROR)
H A Dhpi_pfc.c80 return (HPI_PFC_ERROR | HPI_TCAM_ERROR | OPCODE_INVALID); in hpi_pfc_tcam_check_completion()