Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhpi_vir.c41 return (HPI_FAILURE | HPI_VIR_LD_INVALID(ld)); in hpi_fzc_ldg_num_set()
47 return (HPI_FAILURE | HPI_VIR_LDG_INVALID(ld)); in hpi_fzc_ldg_num_set()
89 return (HPI_FAILURE | HPI_VIR_LDG_INVALID(ldg)); in hpi_ldsv_get()
104 return (HPI_FAILURE | HPI_VIR_LDSV_INVALID(vector)); in hpi_ldsv_get()
123 return (HPI_FAILURE | HPI_VIR_LD_INVALID(ld)); in hpi_intr_mask_set()
150 return (HPI_FAILURE | HPI_VIR_LDG_INVALID(ldg)); in hpi_intr_ldg_mgmt_set()
157 return (HPI_FAILURE | HPI_VIR_INTM_TM_INVALID(ldg)); in hpi_intr_ldg_mgmt_set()
189 return (HPI_FAILURE | HPI_VIR_TM_RES_INVALID); in hpi_fzc_ldg_timer_res_set()
211 return (HPI_FAILURE | HPI_VIR_LDG_INVALID(sid.ldg)); in hpi_fzc_sid_set()
219 return (HPI_FAILURE | HPI_VIR_SID_VEC_INVALID(sid.vector)); in hpi_fzc_sid_set()
H A Dhpi_txdma.c45 return (HPI_FAILURE | HPI_TXDMA_CHANNEL_INVALID(channel)); in hpi_txdma_log_page_handle_set()
97 return (HPI_FAILURE | HPI_TXDMA_CHANNEL_INVALID(channel)); in hpi_txdma_channel_control()
175 return (HPI_FAILURE | HPI_TXDMA_CHANNEL_INVALID(channel)); in hpi_txdma_control_status()
196 return (HPI_FAILURE | HPI_TXDMA_OPCODE_INVALID(channel)); in hpi_txdma_control_status()
213 return (HPI_FAILURE | HPI_TXDMA_CHANNEL_INVALID(channel)); in hpi_txdma_event_mask()
234 return (HPI_FAILURE | HPI_TXDMA_OPCODE_INVALID(channel)); in hpi_txdma_event_mask()
265 return (HPI_FAILURE | HPI_TXDMA_OPCODE_INVALID(channel)); in hpi_txdma_ring_config()
309 return (HPI_FAILURE | HPI_TXDMA_OPCODE_INVALID(channel)); in hpi_txdma_mbox_config()
336 return (HPI_FAILURE | HPI_TXDMA_XFER_LEN_INVALID); in hpi_txdma_desc_gather_set()
458 return (HPI_FAILURE | HPI_TXDMA_RESET_FAILED); in hpi_txdma_control_reset_wait()
[all …]
H A Dhpi_pfc.c113 return (HPI_FAILURE); in hpi_pfc_tcam_entry_read()
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()
505 return (HPI_FAILURE); in hpi_pfc_set_l2_class_slot()
531 return (HPI_FAILURE); in hpi_pfc_set_l3_class_config()
[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.h70 #define HPI_FAILURE 0x80000000 /* Operation failed */ macro
H A Dhpi_pfc.h48 #define HPI_PFC_ERROR (HPI_FAILURE | HPI_PFC_BLK_CODE)
H A Dhxge_pfc.c84 if (status == HPI_FAILURE) { in hxge_tcam_dump_entry()