Home
last modified time | relevance | path

Searched refs:ECORE_UNKNOWN_ERROR (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_status.h42 ECORE_UNKNOWN_ERROR = -12, enumerator
H A Decore_phy.c700 return ECORE_UNKNOWN_ERROR; in ecore_sfp_set_error()
1314 rc = ECORE_UNKNOWN_ERROR; in ecore_phy_sfp_decode()
1319 rc = ECORE_UNKNOWN_ERROR; in ecore_phy_sfp_decode()
1394 rc = ECORE_UNKNOWN_ERROR; in ecore_phy_sfp_get_txdisable()
1497 rc = ECORE_UNKNOWN_ERROR; in ecore_phy_sfp_set_txdisable()
1550 rc = ECORE_UNKNOWN_ERROR; in ecore_phy_sfp_get_txreset()
1603 rc = ECORE_UNKNOWN_ERROR; in ecore_phy_sfp_get_rxlos()
1642 rc = ECORE_UNKNOWN_ERROR; in ecore_phy_sfp_get_eeprom()
H A Decore_mcp.c1731 rc = ECORE_UNKNOWN_ERROR; in ecore_mcp_mdump_get_config()
1812 return ECORE_UNKNOWN_ERROR; in ecore_mcp_mdump_get_retain()
3165 return ECORE_UNKNOWN_ERROR; in ecore_mcp_phy_sfp_read()
3208 return ECORE_UNKNOWN_ERROR; in ecore_mcp_phy_sfp_write()
3232 return ECORE_UNKNOWN_ERROR; in ecore_mcp_gpio_read()
3254 return ECORE_UNKNOWN_ERROR; in ecore_mcp_gpio_write()
3280 return ECORE_UNKNOWN_ERROR; in ecore_mcp_gpio_info()
3302 rc = ECORE_UNKNOWN_ERROR; in ecore_mcp_bist_register_test()
3324 rc = ECORE_UNKNOWN_ERROR; in ecore_mcp_bist_clock_test()
3345 rc = ECORE_UNKNOWN_ERROR; in ecore_mcp_bist_nvm_test_get_num_images()
[all …]
H A Decore_selftest.c203 rc = ECORE_UNKNOWN_ERROR; in ecore_selftest_nvram()
H A Decore_dev.c2075 return ECORE_UNKNOWN_ERROR; in ecore_change_pci_hwfn()
2372 return ECORE_UNKNOWN_ERROR; in ecore_verify_reg_val()
2398 rc2 = ECORE_UNKNOWN_ERROR; in ecore_hw_stop()
2413 rc2 = ECORE_UNKNOWN_ERROR; in ecore_hw_stop()
2428 rc2 = ECORE_UNKNOWN_ERROR; in ecore_hw_stop()
2461 rc2 = ECORE_UNKNOWN_ERROR; in ecore_hw_stop()
2485 rc2 = ECORE_UNKNOWN_ERROR; in ecore_hw_stop()
2503 rc2 = ECORE_UNKNOWN_ERROR; in ecore_hw_stop()
2633 return ECORE_UNKNOWN_ERROR; in ecore_set_nwuf_reg()
/illumos-gate/usr/src/uts/common/io/qede/
H A Dqede_main.c253 case ECORE_UNKNOWN_ERROR: in qede_get_ecore_fail()