Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/i40e/base/
H A Di40e_common.c111 case I40E_AQ_RC_EAGAIN: in i40e_aq_str()
1746 case I40E_AQ_RC_EAGAIN: in i40e_aq_get_phy_capabilities()
1756 } while ((hw->aq.asq_last_status == I40E_AQ_RC_EAGAIN) && in i40e_aq_get_phy_capabilities()
7342 if (hw->aq.asq_last_status == I40E_AQ_RC_EAGAIN && retry) { in i40e_read_rx_ctl()
7404 if (hw->aq.asq_last_status == I40E_AQ_RC_EAGAIN && retry) { in i40e_write_rx_ctl()
H A Di40e_adminq_cmd.h95 I40E_AQ_RC_EAGAIN = 8, /* Try again */ enumerator