Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dfw.c809 u8 component_update_state; in mlx5_fw_image_pending()
816 component_update_state = MLX5_GET(mcqs_reg, out, component_update_state); in mlx5_fw_image_pending()
818 if (component_update_state == MCQS_UPDATE_STATE_IDLE) { in mlx5_fw_image_pending()
820 } else if (component_update_state == MCQS_UPDATE_STATE_ACTIVE_PENDING_RESET) { in mlx5_fw_image_pending()
825 component_update_state); in mlx5_fw_version_query()
803 u8 component_update_state; mlx5_fw_image_pending() local