Searched refs:mlx (Results 1 - 2 of 2) sorted by relevance

/drivers/infiniband/hw/mlx4/
H A Dqp.c1354 struct mlx4_wqe_mlx_seg *mlx = wqe; local
1355 struct mlx4_wqe_inline_seg *inl = wqe + sizeof *mlx;
1401 mlx->flags &= cpu_to_be32(MLX4_WQE_CTRL_CQ_UPDATE);
1404 mlx->flags |= cpu_to_be32((!sqp->qp.ibqp.qp_num ? MLX4_WQE_MLX_VL15 : 0) |
1408 mlx->rlid = sqp->ud_header.lrh.destination_lid;
1433 mlx->flags |= cpu_to_be32(MLX4_WQE_CTRL_FORCE_LOOPBACK);
/drivers/infiniband/hw/mthca/
H A Dmthca_qp.c1477 struct mthca_mlx_seg *mlx,
1491 mlx->flags &= ~cpu_to_be32(MTHCA_NEXT_SOLICIT | 1);
1492 mlx->flags |= cpu_to_be32((!sqp->qp.ibqp.qp_num ? MTHCA_MLX_VL15 : 0) |
1496 mlx->rlid = sqp->ud_header.lrh.destination_lid;
1497 mlx->vcrc = 0;
1475 build_mlx_header(struct mthca_dev *dev, struct mthca_sqp *sqp, int ind, struct ib_send_wr *wr, struct mthca_mlx_seg *mlx, struct mthca_data_seg *data) argument

Completed in 328 milliseconds