Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_dcb.c789 if (hw->aq.asq_last_status == I40E_AQ_RC_ENOENT) in i40e_get_ieee_dcb_config()
841 if (hw->aq.asq_last_status == I40E_AQ_RC_ENOENT) in i40e_get_dcb_config()
858 if (hw->aq.asq_last_status == I40E_AQ_RC_ENOENT) in i40e_get_dcb_config()
967 } else if (hw->aq.asq_last_status == I40E_AQ_RC_ENOENT) { in i40e_get_fw_lldp_status()
H A Di40e_adminq_cmd.h79 I40E_AQ_RC_ENOENT = 2, /* No such element */ enumerator
H A Di40e_common.c83 case I40E_AQ_RC_ENOENT: in i40e_aq_str()
H A Di40e_main.c2381 if (aq_ret && !(aq_status == I40E_AQ_RC_ENOENT)) { in i40e_aqc_del_filters()