Home
last modified time | relevance | path

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

/dpdk/drivers/net/qede/base/
H A Decore_hw.c563 enum _ecore_status_t ecore_status = ECORE_SUCCESS; in ecore_dmae_post_command() local
616 return ecore_status; in ecore_dmae_post_command()
721 ecore_status = ECORE_TIMEOUT; in ecore_dmae_operation_wait()
730 if (ecore_status == ECORE_SUCCESS) in ecore_dmae_operation_wait()
733 return ecore_status; in ecore_dmae_operation_wait()
797 ecore_status = ecore_dmae_operation_wait(p_hwfn); in ecore_dmae_execute_sub_operation()
807 if (ecore_status != ECORE_SUCCESS) { in ecore_dmae_execute_sub_operation()
813 return ecore_status; in ecore_dmae_execute_sub_operation()
915 if (ecore_status != ECORE_SUCCESS) { in ecore_dmae_execute_command()
920 ecore_status, (unsigned long)src_addr, in ecore_dmae_execute_command()
[all …]
/dpdk/drivers/net/qede/
H A Dqede_ethdev.c1492 enum _ecore_status_t ecore_status; in qede_promiscuous_enable() local
1501 return ecore_status >= ECORE_SUCCESS ? 0 : -EAGAIN; in qede_promiscuous_enable()
1508 enum _ecore_status_t ecore_status; in qede_promiscuous_disable() local
1513 ecore_status = qed_configure_filter_rx_mode(eth_dev, in qede_promiscuous_disable()
1516 ecore_status = qed_configure_filter_rx_mode(eth_dev, in qede_promiscuous_disable()
1519 return ecore_status >= ECORE_SUCCESS ? 0 : -EAGAIN; in qede_promiscuous_disable()
1877 enum _ecore_status_t ecore_status; in qede_allmulticast_enable() local
1883 return ecore_status >= ECORE_SUCCESS ? 0 : -EAGAIN; in qede_allmulticast_enable()
1888 enum _ecore_status_t ecore_status; in qede_allmulticast_disable() local
1891 ecore_status = qed_configure_filter_rx_mode(eth_dev, in qede_allmulticast_disable()
[all …]