Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/mellanox/mlx5/core/
Dfw.c772 u8 component_update_state; in mlx5_fw_image_pending() local
779 component_update_state = MLX5_GET(mcqs_reg, out, component_update_state); in mlx5_fw_image_pending()
781 if (component_update_state == MCQS_UPDATE_STATE_IDLE) { in mlx5_fw_image_pending()
783 } else if (component_update_state == MCQS_UPDATE_STATE_ACTIVE_PENDING_RESET) { in mlx5_fw_image_pending()
788 component_update_state); in mlx5_fw_image_pending()
/linux-5.19.10/include/linux/mlx5/
Dmlx5_ifc.h10275 u8 component_update_state[0x4]; member