Searched refs:ecore_status (Results 1 – 2 of 2) sorted by relevance
563 enum _ecore_status_t ecore_status = ECORE_SUCCESS; in ecore_dmae_post_command() local616 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 …]
1501 enum _ecore_status_t ecore_status; in qede_promiscuous_enable() local1510 return ecore_status >= ECORE_SUCCESS ? 0 : -EAGAIN; in qede_promiscuous_enable()1517 enum _ecore_status_t ecore_status; in qede_promiscuous_disable() local1522 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() local1890 return ecore_status >= ECORE_SUCCESS ? 0 : -EAGAIN; in qede_allmulticast_enable()1895 enum _ecore_status_t ecore_status; in qede_allmulticast_disable() local1898 ecore_status = qed_configure_filter_rx_mode(eth_dev, in qede_allmulticast_disable()[all …]