Home
last modified time | relevance | path

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

/Linux-v5.4/Documentation/watchdog/
Dmlx-wdt.rst45 This mlx-wdt driver supports both HW watchdog implementations.
49 Mellanox watchdog device, identity name (mlx-wdt-main or mlx-wdt-aux),
Dindex.rst11 mlx-wdt
/Linux-v5.4/drivers/platform/x86/
DMakefile95 obj-$(CONFIG_MLX_PLATFORM) += mlx-platform.o
/Linux-v5.4/net/ncsi/
Dncsi-rsp.c640 struct ncsi_rsp_oem_mlx_pkt *mlx; in ncsi_rsp_handler_oem_mlx() local
645 mlx = (struct ncsi_rsp_oem_mlx_pkt *)(rsp->data); in ncsi_rsp_handler_oem_mlx()
647 if (mlx->cmd == NCSI_OEM_MLX_CMD_GMA && in ncsi_rsp_handler_oem_mlx()
648 mlx->param == NCSI_OEM_MLX_CMD_GMA_PARAM) in ncsi_rsp_handler_oem_mlx()
/Linux-v5.4/drivers/infiniband/hw/mlx4/
Dqp.c2886 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()
[all …]
/Linux-v5.4/drivers/infiniband/hw/mthca/
Dmthca_qp.c1501 struct mthca_mlx_seg *mlx, in build_mlx_header() argument
1515 mlx->flags &= ~cpu_to_be32(MTHCA_NEXT_SOLICIT | 1); in build_mlx_header()
1516 mlx->flags |= cpu_to_be32((!sqp->qp.ibqp.qp_num ? MTHCA_MLX_VL15 : 0) | in build_mlx_header()
1520 mlx->rlid = sqp->ud_header.lrh.destination_lid; in build_mlx_header()
1521 mlx->vcrc = 0; in build_mlx_header()
/Linux-v5.4/arch/ia64/kernel/
Dentry.S1355 .mlx
/Linux-v5.4/drivers/watchdog/
DKconfig340 module will be called mlx-wdt.
/Linux-v5.4/
DMAINTAINERS10504 F: drivers/platform/x86/mlx-platform.c