Searched refs:mlx (Results 1 – 3 of 3) sorted by relevance
2148 struct mlx4_wqe_mlx_seg *mlx = wqe; in build_sriov_qp0_header() local2149 struct mlx4_wqe_inline_seg *inl = wqe + sizeof *mlx; in build_sriov_qp0_header()2182 mlx->flags &= cpu_to_be32(MLX4_WQE_CTRL_CQ_UPDATE); in build_sriov_qp0_header()2185 mlx->flags |= cpu_to_be32(MLX4_WQE_MLX_VL15 | 0x1 | MLX4_WQE_MLX_SLR); in build_sriov_qp0_header()2186 mlx->rlid = sqp->ud_header.lrh.destination_lid; in build_sriov_qp0_header()2269 struct mlx4_wqe_mlx_seg *mlx = wqe; in build_mlx_header() local2271 struct mlx4_wqe_inline_seg *inl = wqe + sizeof *mlx; in build_mlx_header()2355 mlx->flags &= cpu_to_be32(MLX4_WQE_CTRL_CQ_UPDATE); in build_mlx_header()2358 mlx->flags |= cpu_to_be32((!sqp->qp.ibqp.qp_num ? MLX4_WQE_MLX_VL15 : 0) | in build_mlx_header()2363 mlx->flags |= cpu_to_be32(0x1); /* force loopback */ in build_mlx_header()[all …]
1480 struct mthca_mlx_seg *mlx, in build_mlx_header() argument1494 mlx->flags &= ~cpu_to_be32(MTHCA_NEXT_SOLICIT | 1); in build_mlx_header()1495 mlx->flags |= cpu_to_be32((!sqp->qp.ibqp.qp_num ? MTHCA_MLX_VL15 : 0) | in build_mlx_header()1499 mlx->rlid = sqp->ud_header.lrh.destination_lid; in build_mlx_header()1500 mlx->vcrc = 0; in build_mlx_header()
1374 .mlx