Home
last modified time | relevance | path

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

/freebsd/sys/dev/ixl/
H A Di40e_adminq.c857 hw->aq.asq_last_status = I40E_AQ_RC_OK; in i40e_asq_send_command()
1002 if ((enum i40e_admin_queue_err)retval == I40E_AQ_RC_OK) in i40e_asq_send_command()
H A Di40e_adminq_cmd.h117 I40E_AQ_RC_OK = 0, /* success */ enumerator
H A Di40e_common.c114 case I40E_AQ_RC_OK: in i40e_aq_str()