Home
last modified time | relevance | path

Searched refs:ECORE_SUCCESS (Results 1 – 25 of 26) sorted by relevance

12

/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_roce.c84 return ECORE_SUCCESS; in ecore_roce_async_event()
122 return ECORE_SUCCESS; in ecore_roce_stop_rl()
145 enum _ecore_status_t rc = ECORE_SUCCESS; in ecore_roce_dcqcn_cfg()
215 return ECORE_SUCCESS; in ecore_roce_stop()
322 return ECORE_SUCCESS; in ecore_roce_wait_free_cids()
334 if (rc != ECORE_SUCCESS) { in ecore_roce_alloc_qp_idx()
359 if (rc != ECORE_SUCCESS) in ecore_roce_alloc_qp_idx()
363 if (rc != ECORE_SUCCESS) in ecore_roce_alloc_qp_idx()
369 return ECORE_SUCCESS; in ecore_roce_alloc_qp_idx()
404 return ECORE_SUCCESS; in ecore_roce_sp_create_responder()
[all …]
H A Decore_dev.c169 return ECORE_SUCCESS; in ecore_db_recovery_add()
202 return ECORE_SUCCESS; in ecore_db_recovery_add()
217 return ECORE_SUCCESS; in ecore_db_recovery_del()
238 rc = ECORE_SUCCESS; in ecore_db_recovery_del()
275 return ECORE_SUCCESS; in ecore_db_recovery_setup()
495 return ECORE_SUCCESS; in ecore_llh_alloc()
518 return ECORE_SUCCESS; in ecore_llh_shadow_sanity()
534 if (rc != ECORE_SUCCESS) in ecore_llh_shadow_search_filter()
548 return ECORE_SUCCESS; in ecore_llh_shadow_search_filter()
561 if (rc != ECORE_SUCCESS) in ecore_llh_shadow_get_free_idx()
[all …]
H A Decore_mcp.c211 return ECORE_SUCCESS; in ecore_mcp_free()
291 return ECORE_SUCCESS; in ecore_load_mcp_offsets()
326 if (ecore_load_mcp_offsets(p_hwfn, p_ptt) != ECORE_SUCCESS) { in ecore_mcp_cmd_init()
331 return ECORE_SUCCESS; in ecore_mcp_cmd_init()
340 return ECORE_SUCCESS; in ecore_mcp_cmd_init()
370 enum _ecore_status_t rc = ECORE_SUCCESS; in ecore_mcp_reset()
477 return ECORE_SUCCESS; in ecore_mcp_update_pending_cmd()
545 enum _ecore_status_t rc = ECORE_SUCCESS; in _ecore_mcp_cmd_and_union()
560 if (rc == ECORE_SUCCESS) in _ecore_mcp_cmd_and_union()
611 if (rc == ECORE_SUCCESS) in _ecore_mcp_cmd_and_union()
[all …]
H A Decore_iwarp.h261 return ECORE_SUCCESS; in ecore_iwarp_alloc()
268 return ECORE_SUCCESS; in ecore_iwarp_setup()
280 return ECORE_SUCCESS; in ecore_iwarp_stop()
297 return ECORE_SUCCESS; in ecore_iwarp_init_hw()
305 return ECORE_SUCCESS; in ecore_iwarp_create_qp()
314 return ECORE_SUCCESS; in ecore_iwarp_modify_qp()
321 return ECORE_SUCCESS; in ecore_iwarp_destroy_qp()
328 return ECORE_SUCCESS; in ecore_iwarp_fw_destroy()
335 return ECORE_SUCCESS; in ecore_iwarp_query_qp()
H A Decore_spq.c159 return ECORE_SUCCESS; in __ecore_spq_block()
185 if (rc == ECORE_SUCCESS) in ecore_spq_block()
186 return ECORE_SUCCESS; in ecore_spq_block()
191 if (rc == ECORE_SUCCESS) in ecore_spq_block()
192 return ECORE_SUCCESS; in ecore_spq_block()
201 if (rc != ECORE_SUCCESS) { in ecore_spq_block()
208 if (rc == ECORE_SUCCESS) in ecore_spq_block()
209 return ECORE_SUCCESS; in ecore_spq_block()
215 return ECORE_SUCCESS; in ecore_spq_block()
259 return ECORE_SUCCESS; in ecore_spq_fill_entry()
[all …]
H A Decore_rdma.c68 return ECORE_SUCCESS; in ecore_rdma_bmap_alloc()
86 return ECORE_SUCCESS; in ecore_rdma_bmap_alloc()
102 return ECORE_SUCCESS; in ecore_rdma_bmap_alloc_id()
200 return ECORE_SUCCESS; in ecore_rdma_info_alloc()
219 rc = ECORE_SUCCESS; in ecore_rdma_inc_ref_cnt()
267 return ECORE_SUCCESS; in ecore_rdma_deactivate()
329 if (rc != ECORE_SUCCESS) in ecore_rdma_alloc()
340 if (rc != ECORE_SUCCESS) in ecore_rdma_alloc()
351 if (rc != ECORE_SUCCESS) in ecore_rdma_alloc()
363 if (rc != ECORE_SUCCESS) in ecore_rdma_alloc()
[all …]
H A Decore_l2.c77 return ECORE_SUCCESS; in ecore_l2_alloc()
114 return ECORE_SUCCESS; in ecore_l2_alloc()
275 if (rc != ECORE_SUCCESS) in _ecore_eth_queue_to_cid()
280 if (rc != ECORE_SUCCESS) in _ecore_eth_queue_to_cid()
289 if (rc != ECORE_SUCCESS) in _ecore_eth_queue_to_cid()
353 &cid, vfid) != ECORE_SUCCESS) { in ecore_eth_queue_to_cid()
388 if (rc != ECORE_SUCCESS) in ecore_sp_eth_vport_start()
400 if (rc != ECORE_SUCCESS) in ecore_sp_eth_vport_start()
502 enum _ecore_status_t rc = ECORE_SUCCESS; in ecore_sp_vport_update_rss()
515 if (rc != ECORE_SUCCESS) in ecore_sp_vport_update_rss()
[all …]
H A Decore_sriov.c122 if (rc != ECORE_SUCCESS) in ecore_sp_vf_start()
183 if (rc != ECORE_SUCCESS) in ecore_sp_vf_stop()
471 return ECORE_SUCCESS; in ecore_iov_pci_cfg_info()
579 return ECORE_SUCCESS; in ecore_iov_allocate_vfdb()
612 return ECORE_SUCCESS; in ecore_iov_alloc()
661 return ECORE_SUCCESS; in ecore_iov_hw_info()
668 return ECORE_SUCCESS; in ecore_iov_hw_info()
695 return ECORE_SUCCESS; in ecore_iov_hw_info()
727 return ECORE_SUCCESS; in ecore_iov_hw_info()
786 enum _ecore_status_t rc = ECORE_SUCCESS; in ecore_iov_set_vf_ctx()
[all …]
H A Decore_dcbx.c275 enum _ecore_status_t rc = ECORE_SUCCESS; in ecore_dcbx_get_app_priority()
341 enum _ecore_status_t rc = ECORE_SUCCESS; in ecore_dcbx_process_tlv()
406 return ECORE_SUCCESS; in ecore_dcbx_process_tlv()
423 enum _ecore_status_t rc = ECORE_SUCCESS; in ecore_dcbx_process_mib_info()
439 if (rc != ECORE_SUCCESS) in ecore_dcbx_process_mib_info()
452 return ECORE_SUCCESS; in ecore_dcbx_process_mib_info()
463 enum _ecore_status_t rc = ECORE_SUCCESS; in ecore_dcbx_copy_mib()
854 return ECORE_SUCCESS; in ecore_dcbx_get_params()
862 enum _ecore_status_t rc = ECORE_SUCCESS; in ecore_dcbx_read_local_lldp_mib()
880 enum _ecore_status_t rc = ECORE_SUCCESS; in ecore_dcbx_read_remote_lldp_mib()
[all …]
H A Decore_ll2.c146 return ECORE_SUCCESS; in ecore_ll2_get_fragment_of_tx_packet()
282 rc = ECORE_SUCCESS; in ecore_ll2_txq_completion()
362 return ECORE_SUCCESS; in ecore_ll2_handle_slowpath()
416 return ECORE_SUCCESS; in ecore_ll2_rxq_handle_completion()
427 enum _ecore_status_t rc = ECORE_SUCCESS; in ecore_ll2_rxq_completion()
554 return ECORE_SUCCESS; in ecore_ll2_lb_rxq_handler()
681 return ECORE_SUCCESS; in ecore_ll2_lb_rxq_handler()
717 if (rc != ECORE_SUCCESS) { in ecore_ooo_submit_tx_buffers()
737 if (rc != ECORE_SUCCESS) { in ecore_ooo_submit_rx_buffers()
752 if (rc != ECORE_SUCCESS) in ecore_ll2_lb_rxq_completion()
[all …]
H A Decore_int.c141 return ECORE_SUCCESS; in ecore_mcp_attn_cb()
226 return ECORE_SUCCESS; in ecore_pswhst_attn_cb()
295 return ECORE_SUCCESS; in ecore_grc_attn_cb()
400 return ECORE_SUCCESS; in ecore_pglueb_rbc_attn_handler()
422 return ECORE_SUCCESS; in ecore_general_attention_35()
473 return ECORE_SUCCESS; in ecore_db_rec_attn()
493 return ECORE_SUCCESS; in ecore_dorq_attn_cb()
527 if (rc != ECORE_SUCCESS) in ecore_dorq_attn_cb()
544 return ECORE_SUCCESS; in ecore_dorq_attn_cb()
572 return ECORE_SUCCESS; in ecore_tm_attn_cb()
[all …]
H A Decore_hw.c110 return ECORE_SUCCESS; in ecore_ptt_pool_alloc()
499 return ECORE_SUCCESS;
548 return ECORE_SUCCESS;
652 enum _ecore_status_t ecore_status = ECORE_SUCCESS; in ecore_dmae_post_command()
742 return ECORE_SUCCESS; in ecore_dmae_info_alloc()
785 enum _ecore_status_t ecore_status = ECORE_SUCCESS; in ecore_dmae_operation_wait()
818 if (ecore_status == ECORE_SUCCESS) in ecore_dmae_operation_wait()
834 enum _ecore_status_t ecore_status = ECORE_SUCCESS; in ecore_dmae_execute_sub_operation()
893 if (ecore_status != ECORE_SUCCESS) { in ecore_dmae_execute_sub_operation()
906 return ECORE_SUCCESS; in ecore_dmae_execute_sub_operation()
[all …]
H A Decore_sp_commands.c68 if (rc != ECORE_SUCCESS) in ecore_sp_init_request()
115 return ECORE_SUCCESS; in ecore_sp_init_request()
350 if (rc != ECORE_SUCCESS) in ecore_sp_pf_start()
470 if (rc != ECORE_SUCCESS) in ecore_sp_pf_update_dcbx()
500 if (rc != ECORE_SUCCESS) in ecore_sp_pf_update_ufp()
546 if (rc != ECORE_SUCCESS) in ecore_sp_rl_update()
615 if (rc != ECORE_SUCCESS) in ecore_sp_pf_update_tunn_cfg()
622 if (rc != ECORE_SUCCESS) in ecore_sp_pf_update_tunn_cfg()
645 if (rc != ECORE_SUCCESS) in ecore_sp_pf_stop()
666 if (rc != ECORE_SUCCESS) in ecore_sp_heartbeat_ramrod()
[all …]
H A Decore_init_ops.c116 enum _ecore_status_t rc = ECORE_SUCCESS; in ecore_init_rt()
143 if (rc != ECORE_SUCCESS) in ecore_init_rt()
158 return ECORE_SUCCESS; in ecore_init_alloc()
173 return ECORE_SUCCESS; in ecore_init_alloc()
190 enum _ecore_status_t rc = ECORE_SUCCESS;
256 enum _ecore_status_t rc = ECORE_SUCCESS;
333 enum _ecore_status_t rc = ECORE_SUCCESS;
522 enum _ecore_status_t rc = ECORE_SUCCESS;
668 return ECORE_SUCCESS;
H A Decore_iwarp.c160 if (rc != ECORE_SUCCESS) { in ecore_iwarp_alloc_cid()
167 if (rc != ECORE_SUCCESS) { in ecore_iwarp_alloc_cid()
215 if (rc != ECORE_SUCCESS) { in ecore_iwarp_alloc_tcp_cid()
282 if (rc != ECORE_SUCCESS) in ecore_iwarp_create_qp()
295 if (rc != ECORE_SUCCESS) in ecore_iwarp_create_qp()
347 if (rc != ECORE_SUCCESS) in ecore_iwarp_create_qp()
380 if (rc != ECORE_SUCCESS) in ecore_iwarp_modify_fw()
463 return ECORE_SUCCESS; in ecore_iwarp_modify_qp()
551 if (rc != ECORE_SUCCESS) in ecore_iwarp_fw_destroy()
589 enum _ecore_status_t rc = ECORE_SUCCESS; in ecore_iwarp_destroy_qp()
[all …]
H A Dqlnx_ioctl.c772 if (ret != ECORE_SUCCESS) { in qlnx_lldp_configure()
812 if (ret != ECORE_SUCCESS) { in qlnx_lldp_configure()
825 if (ret != ECORE_SUCCESS) { in qlnx_lldp_configure()
841 if (ret != ECORE_SUCCESS) { in qlnx_register_default_lldp_tlvs()
850 if (ret != ECORE_SUCCESS) { in qlnx_register_default_lldp_tlvs()
859 if (ret != ECORE_SUCCESS) { in qlnx_register_default_lldp_tlvs()
868 if (ret != ECORE_SUCCESS) { in qlnx_register_default_lldp_tlvs()
877 if (ret != ECORE_SUCCESS) { in qlnx_register_default_lldp_tlvs()
886 if (ret != ECORE_SUCCESS) { in qlnx_register_default_lldp_tlvs()
895 if (ret != ECORE_SUCCESS) { in qlnx_register_default_lldp_tlvs()
[all …]
H A Decore_cxt.c904 return ECORE_SUCCESS; in ecore_cxt_cfg_ilt_compute()
980 return ECORE_SUCCESS; in ecore_cxt_src_t2_alloc()
1050 return ECORE_SUCCESS; in ecore_cxt_src_t2_alloc()
1112 return ECORE_SUCCESS; in ecore_ilt_blk_alloc()
1117 return ECORE_SUCCESS; in ecore_ilt_blk_alloc()
1149 return ECORE_SUCCESS; in ecore_ilt_blk_alloc()
1178 if (rc != ECORE_SUCCESS) in ecore_ilt_shadow_alloc()
1188 if (rc != ECORE_SUCCESS) in ecore_ilt_shadow_alloc()
1194 return ECORE_SUCCESS; in ecore_ilt_shadow_alloc()
1230 return ECORE_SUCCESS; in ecore_cid_map_alloc_single()
[all …]
H A Decore_status.h47 ECORE_SUCCESS = 0, enumerator
H A Decore_sriov.h319 …um _ecore_status_t ecore_iov_hw_info(struct ecore_hwfn OSAL_UNUSED *p_hwfn) {return ECORE_SUCCESS;} in ecore_iov_hw_info()
322 …enum _ecore_status_t ecore_iov_alloc(struct ecore_hwfn OSAL_UNUSED *p_hwfn) {return ECORE_SUCCESS;} in ecore_iov_alloc()
H A Decore_vf.c112 enum _ecore_status_t rc = ECORE_SUCCESS; in ecore_send_msg2pf()
229 if (rc == ECORE_SUCCESS && resp->hdr.status != PFVF_STATUS_SUCCESS) in _ecore_vf_pf_release()
307 enum _ecore_status_t rc = ECORE_SUCCESS; in ecore_vf_pf_acquire()
366 if (rc != ECORE_SUCCESS) in ecore_vf_pf_acquire()
636 if (rc == ECORE_SUCCESS && in ecore_vf_hw_prepare()
641 if (rc != ECORE_SUCCESS) in ecore_vf_hw_prepare()
1624 if (rc != ECORE_SUCCESS) in ecore_vf_pf_get_coalesce()
1665 if (rc != ECORE_SUCCESS) in ecore_vf_pf_set_coalesce()
1725 return ECORE_SUCCESS; in ecore_vf_read_bulletin()
1741 return ECORE_SUCCESS; in ecore_vf_read_bulletin()
H A Dbcm_osal.h507 #define OSAL_IOV_VF_ACQUIRE(p_hwfn, relative_vf_id) ECORE_SUCCESS
509 #define OSAL_IOV_PRE_START_VPORT(p_hwfn, relative_vf_id, params) ECORE_SUCCESS
511 #define OSAL_PF_VALIDATE_MODIFY_TUNN_CONFIG(p_hwfn, x, y, z) ECORE_SUCCESS
H A Decore_mng_tlv.c261 return ECORE_SUCCESS; in ecore_mfw_get_tlv_group()
1293 return ECORE_SUCCESS; in ecore_mfw_update_tlvs()
H A Decore_ooo.c193 return ECORE_SUCCESS; in ecore_ooo_alloc()
H A Decore_iov_api.h766 …ED *p_hwfn, struct ecore_ptt OSAL_UNUSED *p_ptt, u16 OSAL_UNUSED rel_vf_id) {return ECORE_SUCCESS;} in ecore_iov_release_hw_for_vf()
/freebsd/sys/dev/bxe/
H A Decore_sp.c141 return ECORE_SUCCESS; in ecore_exe_queue_add()
226 return ECORE_SUCCESS; in ecore_exe_queue_step()
316 return ECORE_SUCCESS; in ecore_state_wait()
456 return ECORE_SUCCESS; in __ecore_vlan_mac_h_write_trylock()
480 if ((rc != ECORE_SUCCESS) && (rc != ECORE_PENDING)) { in __ecore_vlan_mac_h_exec_pending()
565 return ECORE_SUCCESS; in __ecore_vlan_mac_h_read_lock()
660 if (read_lock != ECORE_SUCCESS) in ecore_get_n_elements()
675 if (read_lock == ECORE_SUCCESS) { in ecore_get_n_elements()
702 return ECORE_SUCCESS; in ecore_check_mac_add()
718 return ECORE_SUCCESS; in ecore_check_vlan_add()
[all …]

12