Home
last modified time | relevance | path

Searched refs:I40E_AQ_RC_ENOENT (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/drivers/net/i40e/base/
H A Di40e_dcb.c787 if (hw->aq.asq_last_status == I40E_AQ_RC_ENOENT) in i40e_get_ieee_dcb_config()
839 if (hw->aq.asq_last_status == I40E_AQ_RC_ENOENT) in i40e_get_dcb_config()
856 if (hw->aq.asq_last_status == I40E_AQ_RC_ENOENT) in i40e_get_dcb_config()
965 } else if (hw->aq.asq_last_status == I40E_AQ_RC_ENOENT) { in i40e_get_fw_lldp_status()
H A Di40e_adminq_cmd.h89 I40E_AQ_RC_ENOENT = 2, /* No such element */ enumerator
H A Di40e_common.c99 case I40E_AQ_RC_ENOENT: in i40e_aq_str()