Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/i40e/base/
H A Di40e_adminq.c1010 else if ((enum i40e_admin_queue_err)retval == I40E_AQ_RC_EBUSY)
H A Di40e_nvm.c1296 if (status && (hw->aq.asq_last_status == I40E_AQ_RC_EBUSY) && in i40e_nvmupd_state_writing()
H A Di40e_adminq_cmd.h99 I40E_AQ_RC_EBUSY = 12, /* Device or resource busy */ enumerator
H A Di40e_common.c119 case I40E_AQ_RC_EBUSY: in i40e_aq_str()
3554 if (status == I40E_SUCCESS || hw->aq.asq_last_status == I40E_AQ_RC_EBUSY) in i40e_aq_request_resource()