Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/intel/i40e/
Di40e_status.h62 I40E_ERR_ADMIN_QUEUE_ERROR = -53, enumerator
Di40e_adminq.c287 ret_code = I40E_ERR_ADMIN_QUEUE_ERROR; in i40e_config_asq_regs()
319 ret_code = I40E_ERR_ADMIN_QUEUE_ERROR; in i40e_config_arq_regs()
939 status = I40E_ERR_ADMIN_QUEUE_ERROR; in i40e_asq_send_command()
1038 ret_code = I40E_ERR_ADMIN_QUEUE_ERROR; in i40e_clean_arq_element()
Di40e_debugfs.c1306 } else if (ret == I40E_ERR_ADMIN_QUEUE_ERROR) { in i40e_dbg_command_write()
1367 } else if (ret == I40E_ERR_ADMIN_QUEUE_ERROR) { in i40e_dbg_command_write()
Di40e_common.c239 case I40E_ERR_ADMIN_QUEUE_ERROR: in i40e_stat_str()