Home
last modified time | relevance | path

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

/linux-6.1.9/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()
945 status = I40E_ERR_ADMIN_QUEUE_ERROR; in i40e_asq_send_command_atomic_exec()
1129 ret_code = I40E_ERR_ADMIN_QUEUE_ERROR; in i40e_clean_arq_element()
Di40e_debugfs.c1312 } else if (ret == I40E_ERR_ADMIN_QUEUE_ERROR) { in i40e_dbg_command_write()
1373 } else if (ret == I40E_ERR_ADMIN_QUEUE_ERROR) { in i40e_dbg_command_write()
Di40e_common.c241 case I40E_ERR_ADMIN_QUEUE_ERROR: in i40e_stat_str()