Home
last modified time | relevance | path

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

/f-stack/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 …]
/f-stack/dpdk/drivers/net/qede/
H A Dqede_ethdev.c1501 enum _ecore_status_t ecore_status; in qede_promiscuous_enable() local
1510 return ecore_status >= ECORE_SUCCESS ? 0 : -EAGAIN; in qede_promiscuous_enable()
1517 enum _ecore_status_t ecore_status; in qede_promiscuous_disable() local
1522 ecore_status = qed_configure_filter_rx_mode(eth_dev, in qede_promiscuous_disable()
1525 ecore_status = qed_configure_filter_rx_mode(eth_dev, in qede_promiscuous_disable()
1528 return ecore_status >= ECORE_SUCCESS ? 0 : -EAGAIN; in qede_promiscuous_disable()
1886 enum _ecore_status_t ecore_status; in qede_allmulticast_enable() local
1890 return ecore_status >= ECORE_SUCCESS ? 0 : -EAGAIN; in qede_allmulticast_enable()
1895 enum _ecore_status_t ecore_status; in qede_allmulticast_disable() local
1898 ecore_status = qed_configure_filter_rx_mode(eth_dev, in qede_allmulticast_disable()
[all …]