Home
last modified time | relevance | path

Searched refs:I40E_AQ_RC_OK (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/i40e/
H A Di40e_adminq.c805 hw->aq.asq_last_status = I40E_AQ_RC_OK; in i40e_asq_send_command()
934 if ((enum i40e_admin_queue_err)retval == I40E_AQ_RC_OK) in i40e_asq_send_command()
H A Di40e_adminq_cmd.h74 I40E_AQ_RC_OK = 0, /* success */ enumerator
H A Di40e_common.c73 case I40E_AQ_RC_OK: in i40e_aq_str()
H A Di40e_main.c9857 } else if (pf->hw.aq.asq_last_status != I40E_AQ_RC_OK || err) { in i40e_get_capabilities()