Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/Documentation/watchdog/
H A Dmlx-wdt.rst54 This mlx-wdt driver supports both HW watchdog implementations.
58 Mellanox watchdog device, identity name (mlx-wdt-main or mlx-wdt-aux),
H A Dindex.rst11 mlx-wdt
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Daspeed-bmc-facebook-yosemitev2.dts98 mlx,multi-host;
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/mlx4/
H A Dqp.c2827 struct mlx4_wqe_mlx_seg *mlx = wqe; in build_sriov_qp0_header() local
2828 struct mlx4_wqe_inline_seg *inl = wqe + sizeof *mlx; in build_sriov_qp0_header()
2862 mlx->flags &= cpu_to_be32(MLX4_WQE_CTRL_CQ_UPDATE); in build_sriov_qp0_header()
2865 mlx->flags |= cpu_to_be32(MLX4_WQE_MLX_VL15 | 0x1 | MLX4_WQE_MLX_SLR); in build_sriov_qp0_header()
2866 mlx->rlid = sqp->ud_header.lrh.destination_lid; in build_sriov_qp0_header()
2979 struct mlx4_wqe_mlx_seg *mlx = wqe; in build_mlx_header() local
2981 struct mlx4_wqe_inline_seg *inl = wqe + sizeof *mlx; in build_mlx_header()
3102 mlx->flags &= cpu_to_be32(MLX4_WQE_CTRL_CQ_UPDATE); in build_mlx_header()
3105 mlx->flags |= in build_mlx_header()
3113 mlx->flags |= cpu_to_be32(0x1); /* force loopback */ in build_mlx_header()
[all …]
/OK3568_Linux_fs/kernel/net/ncsi/
H A Dncsi-rsp.c643 struct ncsi_rsp_oem_mlx_pkt *mlx; in ncsi_rsp_handler_oem_mlx() local
648 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()
/OK3568_Linux_fs/kernel/drivers/platform/x86/
H A DMakefile125 obj-$(CONFIG_MLX_PLATFORM) += mlx-platform.o
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/mthca/
H A Dmthca_qp.c1499 struct mthca_mlx_seg *mlx, in build_mlx_header() argument
1514 mlx->flags &= ~cpu_to_be32(MTHCA_NEXT_SOLICIT | 1); in build_mlx_header()
1515 mlx->flags |= cpu_to_be32((!qp->ibqp.qp_num ? MTHCA_MLX_VL15 : 0) | in build_mlx_header()
1519 mlx->rlid = sqp->ud_header.lrh.destination_lid; in build_mlx_header()
1520 mlx->vcrc = 0; in build_mlx_header()
/OK3568_Linux_fs/kernel/arch/ia64/kernel/
H A Dentry.S1349 .mlx
/OK3568_Linux_fs/kernel/drivers/watchdog/
H A DKconfig341 module will be called mlx-wdt.
/OK3568_Linux_fs/kernel/
H A DMAINTAINERS11324 F: drivers/platform/x86/mlx-platform.c