Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhpi_pfc.h48 #define HPI_PFC_ERROR (HPI_FAILURE | HPI_PFC_BLK_CODE) macro
55 #define HPI_PFC_RESET_ERROR (HPI_PFC_ERROR | HPI_GEN_PFC | RESET_FAILED)
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 Dhxge_pfc.c205 if (rs & HPI_PFC_ERROR) { in hxge_tcam_default_add_entry()
226 if (rs & HPI_PFC_ERROR) { in hxge_tcam_default_add_entry()
285 if (status & HPI_PFC_ERROR) { in hxge_tcam_default_config()
523 if (rs & HPI_PFC_ERROR) { in hxge_pfc_set_hash()
597 if (rs & HPI_PFC_ERROR) { in hxge_cfg_tcam_ip_class_get()
628 if (t_status & HPI_PFC_ERROR) { in hxge_pfc_ip_class_config_get()
814 if (rs & HPI_PFC_ERROR) { in hxge_pfc_ip_class_config()
843 if (status & HPI_PFC_ERROR) { in hxge_pfc_ip_class_config_all()
H A Dhpi_pfc.c80 return (HPI_PFC_ERROR | HPI_TCAM_ERROR | OPCODE_INVALID); in hpi_pfc_tcam_check_completion()