Home
last modified time | relevance | path

Searched refs:mlx (Results 1 – 4 of 4) sorted by relevance

/drivers/platform/x86/
DMakefile113 obj-$(CONFIG_MLX_PLATFORM) += mlx-platform.o
/drivers/infiniband/hw/mlx4/
Dqp.c2867 struct mlx4_wqe_mlx_seg *mlx = wqe; in build_sriov_qp0_header() local
2868 struct mlx4_wqe_inline_seg *inl = wqe + sizeof *mlx; in build_sriov_qp0_header()
2902 mlx->flags &= cpu_to_be32(MLX4_WQE_CTRL_CQ_UPDATE); in build_sriov_qp0_header()
2905 mlx->flags |= cpu_to_be32(MLX4_WQE_MLX_VL15 | 0x1 | MLX4_WQE_MLX_SLR); in build_sriov_qp0_header()
2906 mlx->rlid = sqp->ud_header.lrh.destination_lid; in build_sriov_qp0_header()
3019 struct mlx4_wqe_mlx_seg *mlx = wqe; in build_mlx_header() local
3021 struct mlx4_wqe_inline_seg *inl = wqe + sizeof *mlx; in build_mlx_header()
3142 mlx->flags &= cpu_to_be32(MLX4_WQE_CTRL_CQ_UPDATE); in build_mlx_header()
3145 mlx->flags |= in build_mlx_header()
3153 mlx->flags |= cpu_to_be32(0x1); /* force loopback */ in build_mlx_header()
[all …]
/drivers/infiniband/hw/mthca/
Dmthca_qp.c1502 struct mthca_mlx_seg *mlx, in build_mlx_header() argument
1517 mlx->flags &= ~cpu_to_be32(MTHCA_NEXT_SOLICIT | 1); in build_mlx_header()
1518 mlx->flags |= cpu_to_be32((!qp->ibqp.qp_num ? MTHCA_MLX_VL15 : 0) | in build_mlx_header()
1522 mlx->rlid = sqp->ud_header.lrh.destination_lid; in build_mlx_header()
1523 mlx->vcrc = 0; in build_mlx_header()
/drivers/watchdog/
DKconfig358 module will be called mlx-wdt.