Home
last modified time | relevance | path

Searched refs:HPI_FAILURE (Results 1 – 8 of 8) sorted by relevance

/titanic_50/usr/src/uts/common/io/hxge/
H A Dhpi_vir.c43 return (HPI_FAILURE | HPI_VIR_LD_INVALID(ld)); in hpi_fzc_ldg_num_set()
49 return (HPI_FAILURE | HPI_VIR_LDG_INVALID(ld)); in hpi_fzc_ldg_num_set()
91 return (HPI_FAILURE | HPI_VIR_LDG_INVALID(ldg)); in hpi_ldsv_get()
106 return (HPI_FAILURE | HPI_VIR_LDSV_INVALID(vector)); in hpi_ldsv_get()
125 return (HPI_FAILURE | HPI_VIR_LD_INVALID(ld)); in hpi_intr_mask_set()
152 return (HPI_FAILURE | HPI_VIR_LDG_INVALID(ldg)); in hpi_intr_ldg_mgmt_set()
159 return (HPI_FAILURE | HPI_VIR_INTM_TM_INVALID(ldg)); in hpi_intr_ldg_mgmt_set()
191 return (HPI_FAILURE | HPI_VIR_TM_RES_INVALID); in hpi_fzc_ldg_timer_res_set()
213 return (HPI_FAILURE | HPI_VIR_LDG_INVALID(sid.ldg)); in hpi_fzc_sid_set()
221 return (HPI_FAILURE | HPI_VIR_SID_VEC_INVALID(sid.vector)); in hpi_fzc_sid_set()
H A Dhpi_txdma.c47 return (HPI_FAILURE | HPI_TXDMA_CHANNEL_INVALID(channel)); in hpi_txdma_log_page_handle_set()
99 return (HPI_FAILURE | HPI_TXDMA_CHANNEL_INVALID(channel)); in hpi_txdma_channel_control()
157 status = (HPI_FAILURE | HPI_TXDMA_OPCODE_INVALID(channel)); in hpi_txdma_channel_control()
177 return (HPI_FAILURE | HPI_TXDMA_CHANNEL_INVALID(channel)); in hpi_txdma_control_status()
198 return (HPI_FAILURE | HPI_TXDMA_OPCODE_INVALID(channel)); in hpi_txdma_control_status()
215 return (HPI_FAILURE | HPI_TXDMA_CHANNEL_INVALID(channel)); in hpi_txdma_event_mask()
236 return (HPI_FAILURE | HPI_TXDMA_OPCODE_INVALID(channel)); in hpi_txdma_event_mask()
252 return (HPI_FAILURE | HPI_TXDMA_CHANNEL_INVALID(channel)); in hpi_txdma_ring_config()
267 return (HPI_FAILURE | HPI_TXDMA_OPCODE_INVALID(channel)); in hpi_txdma_ring_config()
285 return (HPI_FAILURE | HPI_TXDMA_CHANNEL_INVALID(channel)); in hpi_txdma_mbox_config()
[all …]
H A Dhpi_pfc.c113 return (HPI_FAILURE); in hpi_pfc_tcam_entry_read()
131 if (tcam_stat & HPI_FAILURE) { in hpi_pfc_tcam_asc_ram_entry_read()
161 if (tcam_stat & HPI_FAILURE) { in hpi_pfc_tcam_asc_ram_entry_write()
254 return (HPI_FAILURE); in hpi_pfc_set_default_dma()
268 return (HPI_FAILURE); in hpi_pfc_mac_addr_enable()
291 return (HPI_FAILURE); in hpi_pfc_mac_addr_disable()
431 return (HPI_FAILURE); in hpi_pfc_set_mac_address()
455 return (HPI_FAILURE); in hpi_pfc_clear_mac_address()
474 return (HPI_FAILURE); in hpi_pfc_clear_multicast_hash_table()
489 return (HPI_FAILURE); in hpi_pfc_set_multicast_hash_table()
[all …]
H A Dhpi_vmac.c73 return (HPI_FAILURE); in hpi_vmac_tx_config()
120 return (HPI_FAILURE); in hpi_vmac_tx_config()
162 return (HPI_FAILURE); in hpi_vmac_rx_config()
234 return (HPI_FAILURE); in hpi_vmac_rx_config()
H A Dhpi_rxdma.c77 return (HPI_FAILURE); in hpi_rxdma_cfg_rdc_wait_for_qst()
111 return (HPI_FAILURE); in hpi_rxdma_cfg_rdc_ctl()
530 return (HPI_FAILURE | HPI_RXDMA_CHANNEL_INVALID(channel)); in hpi_rxdma_channel_rbr_empty_clear()
553 return (HPI_FAILURE | HPI_RXDMA_CHANNEL_INVALID(channel)); in hpi_rxdma_control_status()
574 return (HPI_FAILURE | HPI_RXDMA_OPCODE_INVALID(channel)); in hpi_rxdma_control_status()
594 return (HPI_FAILURE | HPI_RXDMA_CHANNEL_INVALID(channel)); in hpi_rxdma_event_mask()
615 return (HPI_FAILURE | HPI_RXDMA_OPCODE_INVALID(channel)); in hpi_rxdma_event_mask()
H A Dhpi.h72 #define HPI_FAILURE 0x80000000 /* Operation failed */ macro
H A Dhpi_pfc.h50 #define HPI_PFC_ERROR (HPI_FAILURE | HPI_PFC_BLK_CODE)
H A Dhxge_pfc.c84 if (status == HPI_FAILURE) { in hxge_tcam_dump_entry()