Searched refs:mlx (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-6.6/drivers/platform/x86/ |
H A D | Makefile | 113 obj-$(CONFIG_MLX_PLATFORM) += mlx-platform.o
|
/kernel/linux/linux-5.10/net/ncsi/ |
H A D | ncsi-rsp.c | 656 struct ncsi_rsp_oem_mlx_pkt *mlx; in ncsi_rsp_handler_oem_mlx() local 661 mlx = (struct ncsi_rsp_oem_mlx_pkt *)(rsp->data); in ncsi_rsp_handler_oem_mlx() 663 if (mlx->cmd == NCSI_OEM_MLX_CMD_GMA && in ncsi_rsp_handler_oem_mlx() 664 mlx->param == NCSI_OEM_MLX_CMD_GMA_PARAM) in ncsi_rsp_handler_oem_mlx()
|
/kernel/linux/linux-6.6/net/ncsi/ |
H A D | ncsi-rsp.c | 670 struct ncsi_rsp_oem_mlx_pkt *mlx; in ncsi_rsp_handler_oem_mlx() local 675 mlx = (struct ncsi_rsp_oem_mlx_pkt *)(rsp->data); in ncsi_rsp_handler_oem_mlx() 677 if (mlx->cmd == NCSI_OEM_MLX_CMD_GMA && in ncsi_rsp_handler_oem_mlx() 678 mlx->param == NCSI_OEM_MLX_CMD_GMA_PARAM) in ncsi_rsp_handler_oem_mlx()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx4/ |
H A D | qp.c | 2831 struct mlx4_wqe_mlx_seg *mlx = wqe; in build_sriov_qp0_header() local 2832 struct mlx4_wqe_inline_seg *inl = wqe + sizeof *mlx; in build_sriov_qp0_header() 2866 mlx->flags &= cpu_to_be32(MLX4_WQE_CTRL_CQ_UPDATE); in build_sriov_qp0_header() 2869 mlx->flags |= cpu_to_be32(MLX4_WQE_MLX_VL15 | 0x1 | MLX4_WQE_MLX_SLR); in build_sriov_qp0_header() 2870 mlx->rlid = sqp->ud_header.lrh.destination_lid; in build_sriov_qp0_header() 2983 struct mlx4_wqe_mlx_seg *mlx = wqe; in build_mlx_header() local 2985 struct mlx4_wqe_inline_seg *inl = wqe + sizeof *mlx; in build_mlx_header() 3106 mlx->flags &= cpu_to_be32(MLX4_WQE_CTRL_CQ_UPDATE); in build_mlx_header() 3109 mlx->flags |= in build_mlx_header() 3117 mlx in build_mlx_header() [all...] |
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx4/ |
H A D | qp.c | 2867 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 in build_mlx_header() [all...] |
/kernel/linux/linux-5.10/drivers/platform/x86/ |
H A D | Makefile | 125 obj-$(CONFIG_MLX_PLATFORM) += mlx-platform.o
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/mthca/ |
H A D | mthca_qp.c | 1499 struct mthca_mlx_seg *mlx, in build_mlx_header() 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() 1497 build_mlx_header(struct mthca_dev *dev, struct mthca_qp *qp, int ind, const struct ib_ud_wr *wr, struct mthca_mlx_seg *mlx, struct mthca_data_seg *data) build_mlx_header() argument
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/mthca/ |
H A D | mthca_qp.c | 1502 struct mthca_mlx_seg *mlx, in build_mlx_header() 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() 1500 build_mlx_header(struct mthca_dev *dev, struct mthca_qp *qp, int ind, const struct ib_ud_wr *wr, struct mthca_mlx_seg *mlx, struct mthca_data_seg *data) build_mlx_header() argument
|
/kernel/linux/linux-5.10/arch/ia64/kernel/ |
H A D | entry.S | 1349 .mlx
|
/kernel/linux/linux-6.6/arch/ia64/kernel/ |
H A D | entry.S | 1348 .mlx
|
Completed in 36 milliseconds