Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_hw.c459 enum _ecore_status_t ecore_status;
491 ecore_status = ECORE_BUSY;
501 ecore_status = ECORE_TIMEOUT;
507 return ecore_status;
682 return ecore_status; in ecore_dmae_post_command()
786 ecore_status = ECORE_TIMEOUT; in ecore_dmae_operation_wait()
796 if (ecore_status == ECORE_SUCCESS) in ecore_dmae_operation_wait()
799 return ecore_status; in ecore_dmae_operation_wait()
871 if (ecore_status != ECORE_SUCCESS) { in ecore_dmae_execute_sub_operation()
876 return ecore_status; in ecore_dmae_execute_sub_operation()
[all …]
H A DMakefile94 …o_if.h ecore_rt_defs.h ecore_sp_api.h ecore_sp_commands.h ecore_spq.h ecore_status.h ecore_utils.h…
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_sp.c118 switch (ecore_status) in lm_ecore_status_to_lm_status()
1880 ecore_status_t ecore_status; in lm_wait_set_vlan_done() local
1884 ecore_status = vlan_obj->wait(pdev, vlan_obj); in lm_wait_set_vlan_done()
2384 ecore_status = ecore_config_mcast(pdev, &rparam, in lm_set_mc_list()
2388 lm_status = lm_ecore_status_to_lm_status(ecore_status); in lm_set_mc_list()
2632 ecore_status = ecore_config_rss(pdev, &params); in lm_enable_rss()
2709 ecore_status = ecore_config_rss(pdev, &params); in lm_disable_rss()
2736 lm_status = lm_ecore_status_to_lm_status(ecore_status); in lm_wait_config_rss_done()
2958 DbgBreakIf ( ( ECORE_SUCCESS != ecore_status ) && ( ECORE_PENDING != ecore_status ) ); in lm_eq_handle_classification_eqe()
4249 if (ecore_status == ECORE_EXISTS) in lm_check_mac_addr_exist()
[all …]