Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/i40e/base/
H A Di40e_adminq.c863 hw->aq.asq_last_status = I40E_AQ_RC_OK;
1008 if ((enum i40e_admin_queue_err)retval == I40E_AQ_RC_OK)
H A Di40e_adminq_cmd.h87 I40E_AQ_RC_OK = 0, /* success */ enumerator
H A Di40e_common.c95 case I40E_AQ_RC_OK: in i40e_aq_str()