Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/i40e/core/
H A Di40e_adminq.c1003 else if ((enum i40e_admin_queue_err)retval == I40E_AQ_RC_EBUSY) in i40e_asq_send_command()
H A Di40e_nvm.c1323 if (status && (hw->aq.asq_last_status == I40E_AQ_RC_EBUSY) && in i40e_nvmupd_state_writing()
H A Di40e_adminq_cmd.h130 I40E_AQ_RC_EBUSY = 12, /* Device or resource busy */ enumerator
H A Di40e_common.c138 case I40E_AQ_RC_EBUSY: in i40e_aq_str()
3512 if (status == I40E_SUCCESS || hw->aq.asq_last_status == I40E_AQ_RC_EBUSY) in i40e_aq_request_resource()