Searched refs:mlx (Results 1 – 10 of 10) sorted by relevance
54 This mlx-wdt driver supports both HW watchdog implementations.58 Mellanox watchdog device, identity name (mlx-wdt-main or mlx-wdt-aux),
11 mlx-wdt
108 obj-$(CONFIG_MLX_PLATFORM) += mlx-platform.o
98 mlx,multi-host;
643 struct ncsi_rsp_oem_mlx_pkt *mlx; in ncsi_rsp_handler_oem_mlx() local648 mlx = (struct ncsi_rsp_oem_mlx_pkt *)(rsp->data); in ncsi_rsp_handler_oem_mlx()650 if (mlx->cmd == NCSI_OEM_MLX_CMD_GMA && in ncsi_rsp_handler_oem_mlx()651 mlx->param == NCSI_OEM_MLX_CMD_GMA_PARAM) in ncsi_rsp_handler_oem_mlx()
2826 struct mlx4_wqe_mlx_seg *mlx = wqe; in build_sriov_qp0_header() local2827 struct mlx4_wqe_inline_seg *inl = wqe + sizeof *mlx; in build_sriov_qp0_header()2861 mlx->flags &= cpu_to_be32(MLX4_WQE_CTRL_CQ_UPDATE); in build_sriov_qp0_header()2864 mlx->flags |= cpu_to_be32(MLX4_WQE_MLX_VL15 | 0x1 | MLX4_WQE_MLX_SLR); in build_sriov_qp0_header()2865 mlx->rlid = sqp->ud_header.lrh.destination_lid; in build_sriov_qp0_header()2978 struct mlx4_wqe_mlx_seg *mlx = wqe; in build_mlx_header() local2980 struct mlx4_wqe_inline_seg *inl = wqe + sizeof *mlx; in build_mlx_header()3101 mlx->flags &= cpu_to_be32(MLX4_WQE_CTRL_CQ_UPDATE); in build_mlx_header()3104 mlx->flags |= in build_mlx_header()3112 mlx->flags |= cpu_to_be32(0x1); /* force loopback */ in build_mlx_header()[all …]
1502 struct mthca_mlx_seg *mlx, in build_mlx_header() argument1517 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()
1349 .mlx
339 module will be called mlx-wdt.
12070 F: drivers/platform/x86/mlx-platform.c