Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/i40e/core/
H A Di40e_common.c130 case I40E_AQ_RC_EAGAIN: in i40e_aq_str()
1721 case I40E_AQ_RC_EAGAIN: in i40e_aq_get_phy_capabilities()
1731 } while ((hw->aq.asq_last_status == I40E_AQ_RC_EAGAIN) && in i40e_aq_get_phy_capabilities()
7200 if (hw->aq.asq_last_status == I40E_AQ_RC_EAGAIN && retry) { in i40e_read_rx_ctl()
7262 if (hw->aq.asq_last_status == I40E_AQ_RC_EAGAIN && retry) { in i40e_write_rx_ctl()
H A Di40e_adminq_cmd.h126 I40E_AQ_RC_EAGAIN = 8, /* Try again */ enumerator