Home
last modified time | relevance | path

Searched refs:I40E_AQ_RC_EAGAIN (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/net/ethernet/intel/i40e/
Di40e_common.c87 case I40E_AQ_RC_EAGAIN: in i40e_aq_str()
1585 case I40E_AQ_RC_EAGAIN: in i40e_aq_get_phy_capabilities()
1595 } while ((hw->aq.asq_last_status == I40E_AQ_RC_EAGAIN) && in i40e_aq_get_phy_capabilities()
5249 if (hw->aq.asq_last_status == I40E_AQ_RC_EAGAIN && retry) { in i40e_read_rx_ctl()
5311 if (hw->aq.asq_last_status == I40E_AQ_RC_EAGAIN && retry) { in i40e_write_rx_ctl()
Di40e_adminq_cmd.h92 I40E_AQ_RC_EAGAIN = 8, /* Try again */ enumerator