Home
last modified time | relevance | path

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

/linux-6.15/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
/linux-6.15/drivers/platform/mellanox/
H A DMakefile6 obj-$(CONFIG_MLX_PLATFORM) += mlx-platform.o
/linux-6.15/net/ncsi/
H A Dncsi-rsp.c663 struct ncsi_rsp_oem_mlx_pkt *mlx; in ncsi_rsp_handler_oem_mlx() local
668 mlx = (struct ncsi_rsp_oem_mlx_pkt *)(rsp->data); in ncsi_rsp_handler_oem_mlx()
670 if (mlx->cmd == NCSI_OEM_MLX_CMD_GMA && in ncsi_rsp_handler_oem_mlx()
671 mlx->param == NCSI_OEM_MLX_CMD_GMA_PARAM) in ncsi_rsp_handler_oem_mlx()
/linux-6.15/drivers/infiniband/hw/mlx4/
H A Dqp.c2875 struct mlx4_wqe_mlx_seg *mlx = wqe; in build_sriov_qp0_header() local
2876 struct mlx4_wqe_inline_seg *inl = wqe + sizeof *mlx; in build_sriov_qp0_header()
2910 mlx->flags &= cpu_to_be32(MLX4_WQE_CTRL_CQ_UPDATE); in build_sriov_qp0_header()
2914 mlx->rlid = sqp->ud_header.lrh.destination_lid; in build_sriov_qp0_header()
3027 struct mlx4_wqe_mlx_seg *mlx = wqe; in build_mlx_header() local
3029 struct mlx4_wqe_inline_seg *inl = wqe + sizeof *mlx; in build_mlx_header()
3150 mlx->flags &= cpu_to_be32(MLX4_WQE_CTRL_CQ_UPDATE); in build_mlx_header()
3153 mlx->flags |= in build_mlx_header()
3161 mlx->flags |= cpu_to_be32(0x1); /* force loopback */ in build_mlx_header()
3162 mlx->rlid = sqp->ud_header.lrh.destination_lid; in build_mlx_header()
[all …]
/linux-6.15/drivers/infiniband/hw/mthca/
H A 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()
/linux-6.15/drivers/watchdog/
H A DKconfig406 module will be called mlx-wdt.