Home
last modified time | relevance | path

Searched refs:ECORE_NOTIMPL (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_sp_commands.c332 enum _ecore_status_t rc = ECORE_NOTIMPL; in ecore_sp_pf_start()
439 enum _ecore_status_t rc = ECORE_NOTIMPL; in ecore_sp_pf_update_dcbx()
463 enum _ecore_status_t rc = ECORE_NOTIMPL; in ecore_sp_rl_update()
511 enum _ecore_status_t rc = ECORE_NOTIMPL; in ecore_sp_pf_update_tunn_cfg()
554 enum _ecore_status_t rc = ECORE_NOTIMPL; in ecore_sp_pf_stop()
596 enum _ecore_status_t rc = ECORE_NOTIMPL; in ecore_sp_pf_update_stag()
H A Decore_status.h47 ECORE_NOTIMPL = -7, enumerator
H A Decore_l2.c373 enum _ecore_status_t rc = ECORE_NOTIMPL; in ecore_sp_eth_vport_start()
728 enum _ecore_status_t rc = ECORE_NOTIMPL; in ecore_sp_vport_update()
922 enum _ecore_status_t rc = ECORE_NOTIMPL; in ecore_eth_rxq_start_ramrod()
1049 enum _ecore_status_t rc = ECORE_NOTIMPL; in ecore_sp_eth_rx_queues_update()
1138 enum _ecore_status_t rc = ECORE_NOTIMPL; in ecore_eth_rx_queue_stop()
1161 enum _ecore_status_t rc = ECORE_NOTIMPL; in ecore_eth_txq_start_ramrod()
1443 return ECORE_NOTIMPL; in ecore_filter_ucast_common()
2119 enum _ecore_status_t rc = ECORE_NOTIMPL; in ecore_configure_rfs_ntuple_filter()
H A Decore_dev.c2239 rc = ECORE_NOTIMPL; in ecore_hw_init()
2956 return ECORE_NOTIMPL; in ecore_hw_set_soft_resc_size()
3188 if (rc != ECORE_SUCCESS && rc != ECORE_NOTIMPL) { in ecore_hw_get_resc()
3190 } else if (rc == ECORE_NOTIMPL) { in ecore_hw_get_resc()
3199 if (rc != ECORE_SUCCESS && rc != ECORE_NOTIMPL) { in ecore_hw_get_resc()
3203 } else if (rc == ECORE_NOTIMPL) { in ecore_hw_get_resc()
4564 return ECORE_NOTIMPL; in ecore_llh_add_mac_filter_e5()
4644 return ECORE_NOTIMPL; in ecore_llh_remove_mac_filter_e5()
4729 return ECORE_NOTIMPL; in ecore_llh_add_protocol_filter_e5()
4886 return ECORE_NOTIMPL; in ecore_llh_remove_protocol_filter_e5()
H A Decore_spq.c390 return ECORE_NOTIMPL; in ecore_async_event_completion()
H A Decore_mcp.c1665 rc = ECORE_NOTIMPL; in ecore_mcp_mdump_cmd()
1669 rc = ECORE_NOTIMPL; in ecore_mcp_mdump_cmd()
2336 rc = ECORE_NOTIMPL; in ecore_mcp_nvm_command()
3847 return ECORE_NOTIMPL; in ecore_mcp_resource_cmd()
/illumos-gate/usr/src/uts/common/io/qede/
H A Dqede_main.c263 case ECORE_NOTIMPL: in qede_get_ecore_fail()