Home
last modified time | relevance | path

Searched refs:I40E_ERR_ADMIN_QUEUE_ERROR (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/i40e/core/
H A Di40e_status.h93 I40E_ERR_ADMIN_QUEUE_ERROR = -53, enumerator
H A Di40e_adminq.c321 ret_code = I40E_ERR_ADMIN_QUEUE_ERROR; in i40e_config_asq_regs()
357 ret_code = I40E_ERR_ADMIN_QUEUE_ERROR; in i40e_config_arq_regs()
1006 status = I40E_ERR_ADMIN_QUEUE_ERROR; in i40e_asq_send_command()
1110 ret_code = I40E_ERR_ADMIN_QUEUE_ERROR; in i40e_clean_arq_element()
H A Di40e_common.c280 case I40E_ERR_ADMIN_QUEUE_ERROR: in i40e_stat_str()
7034 retval = I40E_ERR_ADMIN_QUEUE_ERROR; in i40e_get_lpi_counters()
7077 return I40E_ERR_ADMIN_QUEUE_ERROR; in i40e_get_lpi_duration()
7092 return I40E_ERR_ADMIN_QUEUE_ERROR; in i40e_get_lpi_duration()
/illumos-gate/usr/src/uts/common/io/i40e/
H A Di40e_main.c906 if (ret == I40E_ERR_ADMIN_QUEUE_ERROR && in i40e_get_switch_resources()