Lines Matching defs:mlx5_st
1933 int mlx5_st;
1941 mlx5_st = to_mlx5_st(qp->type);
1942 if (mlx5_st < 0)
1982 MLX5_SET(qpc, qpc, st, mlx5_st);
2123 int mlx5_st;
2131 mlx5_st = to_mlx5_st(qp->type);
2132 if (mlx5_st < 0)
2156 MLX5_SET(qpc, qpc, st, mlx5_st);
3825 int mlx5_st;
3830 mlx5_st = to_mlx5_st(qp->type);
3831 if (mlx5_st < 0)
3839 MLX5_SET(qpc, qpc, st, mlx5_st);
4002 optpar &= opt_mask[mlx5_cur][mlx5_new][mlx5_st];