Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_adminq.c801 hw->aq.asq_last_status = I40E_AQ_RC_OK; in i40e_asq_send_command_atomic_exec()
935 if ((enum i40e_admin_queue_err)retval == I40E_AQ_RC_OK) in i40e_asq_send_command_atomic_exec()
H A Di40e_adminq_cmd.h76 I40E_AQ_RC_OK = 0, /* success */ enumerator
H A Di40e_common.c79 case I40E_AQ_RC_OK: in i40e_aq_str()
H A Di40e_main.c10506 } else if (pf->hw.aq.asq_last_status != I40E_AQ_RC_OK || err) { in i40e_get_capabilities()