Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 26149e3e authored by Tariq Toukan's avatar Tariq Toukan Committed by Saeed Mahameed
Browse files

net/mlx5: kTLS, Fix wrong TIS opmod constants



Fix the used constants for TLS TIS opmods, per the HW specification.

Fixes: a12ff35e ("net/mlx5: Introduce TLS TX offload hardware bits and structures")
Signed-off-by: default avatarTariq Toukan <tariqt@mellanox.com>
Signed-off-by: default avatarSaeed Mahameed <saeedm@mellanox.com>
parent 55c9bd37
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -446,11 +446,11 @@ enum {
};

enum {
	MLX5_OPC_MOD_TLS_TIS_STATIC_PARAMS = 0x20,
	MLX5_OPC_MOD_TLS_TIS_STATIC_PARAMS = 0x1,
};

enum {
	MLX5_OPC_MOD_TLS_TIS_PROGRESS_PARAMS = 0x20,
	MLX5_OPC_MOD_TLS_TIS_PROGRESS_PARAMS = 0x1,
};

enum {