diff options
Diffstat (limited to 'include/linux/mlx5/device.h')
| -rw-r--r-- | include/linux/mlx5/device.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/include/linux/mlx5/device.h b/include/linux/mlx5/device.h index c0af74efd3cb..80cc12a9a531 100644 --- a/include/linux/mlx5/device.h +++ b/include/linux/mlx5/device.h @@ -716,6 +716,7 @@ enum sync_rst_state_type {  	MLX5_SYNC_RST_STATE_RESET_REQUEST	= 0x0,  	MLX5_SYNC_RST_STATE_RESET_NOW		= 0x1,  	MLX5_SYNC_RST_STATE_RESET_ABORT		= 0x2, +	MLX5_SYNC_RST_STATE_RESET_UNLOAD	= 0x3,  };  struct mlx5_eqe_sync_fw_update { |