Lines Matching refs:mlx
2886 struct mlx4_wqe_mlx_seg *mlx = wqe; in build_sriov_qp0_header() local
2887 struct mlx4_wqe_inline_seg *inl = wqe + sizeof *mlx; in build_sriov_qp0_header()
2920 mlx->flags &= cpu_to_be32(MLX4_WQE_CTRL_CQ_UPDATE); in build_sriov_qp0_header()
2923 mlx->flags |= cpu_to_be32(MLX4_WQE_MLX_VL15 | 0x1 | MLX4_WQE_MLX_SLR); in build_sriov_qp0_header()
2924 mlx->rlid = sqp->ud_header.lrh.destination_lid; in build_sriov_qp0_header()
3034 struct mlx4_wqe_mlx_seg *mlx = wqe; in build_mlx_header() local
3036 struct mlx4_wqe_inline_seg *inl = wqe + sizeof *mlx; in build_mlx_header()
3152 mlx->flags &= cpu_to_be32(MLX4_WQE_CTRL_CQ_UPDATE); in build_mlx_header()
3155 mlx->flags |= cpu_to_be32((!sqp->qp.ibqp.qp_num ? MLX4_WQE_MLX_VL15 : 0) | in build_mlx_header()
3160 mlx->flags |= cpu_to_be32(0x1); /* force loopback */ in build_mlx_header()
3161 mlx->rlid = sqp->ud_header.lrh.destination_lid; in build_mlx_header()
3186 mlx->sched_prio = cpu_to_be16(pcp); in build_mlx_header()
3196 mlx->flags |= cpu_to_be32(MLX4_WQE_CTRL_FORCE_LOOPBACK); in build_mlx_header()