Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/nxge/npi/
H A Dnpi_fflp.h57 #define NPI_FFLP_ERROR (NPI_FAILURE | NPI_FFLP_BLK_CODE) macro
65 #define NPI_FFLP_RESET_ERROR (NPI_FFLP_ERROR | NPI_GEN_FFLP | RESET_FAILED)
66 #define NPI_FFLP_RDC_TABLE_INVALID (NPI_FFLP_ERROR | RDC_TAB_INVALID)
67 #define NPI_FFLP_VLAN_INVALID (NPI_FFLP_ERROR | VLAN_INVALID)
68 #define NPI_FFLP_PORT_INVALID (NPI_FFLP_ERROR | PORT_INVALID)
70 (NPI_FFLP_ERROR | NPI_TCAM_ERROR | READ_FAILED)
72 (NPI_FFLP_ERROR | NPI_TCAM_ERROR | WRITE_FAILED)
74 (NPI_FFLP_ERROR | NPI_TCAM_ERROR | LOCATION_INVALID)
76 (NPI_FFLP_ERROR | NPI_TCAM_ERROR | READ_FAILED)
78 (NPI_FFLP_ERROR | NPI_TCAM_ERROR | WRITE_FAILED)
[all …]
H A Dnpi_fflp.c276 return (NPI_FFLP_ERROR | in npi_fflp_tcam_check_completion()
664 return (NPI_FFLP_ERROR | NPI_FCRAM_ERROR | OPCODE_INVALID); in npi_fflp_fcram_entry_write()
2689 return (NPI_FFLP_ERROR | NPI_FFLP_SW_PARAM_ERROR); in npi_fflp_cfg_fcram_access()
2726 return (NPI_FFLP_ERROR | NPI_FFLP_SW_PARAM_ERROR); in npi_fflp_cfg_tcam_access()
2952 return (NPI_FFLP_ERROR | NPI_FFLP_SW_PARAM_ERROR); in npi_fflp_event_mask_config()
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_fflp.c659 if (rs & NPI_FFLP_ERROR) { in nxge_cfg_ip_cls_flow_key()
682 if (rs & NPI_FFLP_ERROR) { in nxge_cfg_ip_cls_flow_key_get()
729 if (rs & NPI_FFLP_ERROR) { in nxge_cfg_tcam_ip_class_get()
773 if (rs & NPI_FFLP_ERROR) { in nxge_cfg_tcam_ip_class()
793 if (rs & NPI_FFLP_ERROR) { in nxge_fflp_set_hash1()
815 if (rs & NPI_FFLP_ERROR) { in nxge_fflp_set_hash2()
1493 if (rs & NPI_FFLP_ERROR) { in nxge_add_tcam_entry()
1509 if (rs & NPI_FFLP_ERROR) { in nxge_add_tcam_entry()
1560 if (rs & NPI_FFLP_ERROR) { in nxge_tcam_handle_ip_fragment()
1575 if (rs & NPI_FFLP_ERROR) { in nxge_tcam_handle_ip_fragment()
[all …]