Searched refs:mlx (Results 1 - 17 of 17) sorted by relevance

/freebsd-12-stable/sys/modules/mlx/
H A DMakefile3 .PATH: ${SRCTOP}/sys/dev/mlx
5 KMOD= mlx
6 SRCS= mlx.c mlx_pci.c mlx_disk.c device_if.h bus_if.h pci_if.h
/freebsd-12-stable/sys/dev/mlx/
H A Dmlx_pci.c53 #include <dev/mlx/mlxio.h>
54 #include <dev/mlx/mlxvar.h>
55 #include <dev/mlx/mlxreg.h>
73 "mlx",
78 DRIVER_MODULE(mlx, pci, mlx_pci_driver, mlx_devclass, 0, 0);
149 mtx_init(&sc->mlx_io_lock, "mlx I/O", NULL, MTX_DEF);
150 sx_init(&sc->mlx_config_lock, "mlx config");
H A Dmlx_disk.c54 #include <dev/mlx/mlxio.h>
55 #include <dev/mlx/mlxvar.h>
56 #include <dev/mlx/mlxreg.h>
78 DRIVER_MODULE(mlxd, mlx, mlxd_driver, mlxd_devclass, 0, 0);
H A Dmlx.c55 #include <dev/mlx/mlxio.h>
56 #include <dev/mlx/mlxvar.h>
57 #include <dev/mlx/mlxreg.h>
64 .d_name = "mlx",
507 S_IRUSR | S_IWUSR, "mlx%d", device_get_unit(sc->mlx_dev));
/freebsd-12-stable/usr.sbin/mlxcontrol/
H A Dutil.c36 #include <dev/mlx/mlxio.h>
37 #include <dev/mlx/mlxreg.h>
61 sprintf(buf, "mlx%d", unit);
91 if (sscanf(str, "mlx%d", &unit) == 1)
H A Dconfig.c39 #include <dev/mlx/mlxio.h>
40 #include <dev/mlx/mlxreg.h>
66 printf("mlx%d: error submitting READ CONFIGURATION\n", unit);
H A Dinterface.c38 #include <dev/mlx/mlxio.h>
39 #include <dev/mlx/mlxreg.h>
44 * Iterate over all mlx devices, call (func) with each ones' path and (arg)
H A Dcommand.c39 #include <dev/mlx/mlxio.h>
40 #include <dev/mlx/mlxreg.h>
305 printf("mlx%d: error submitting ENQUIRY2\n", unit);
319 printf("mlx%d: DAC%s, %d channel%s, firmware %d.%02d-%c-%02d, %dMB RAM\n",
/freebsd-12-stable/crypto/openssl/crypto/sha/asm/
H A Dsha1-ia64.pl258 { .mlx; ld4 $h0=[ctx],8
260 { .mlx; ld4 $h1=[tmp0],8
262 { .mlx; ld4 $h2=[ctx],8
264 { .mlx; ld4 $h3=[tmp0]
/freebsd-12-stable/contrib/gcc/config/ia64/
H A Dcrtend.asm63 { .mlx
H A Dcrtbegin.asm91 { .mlx
109 { .mlx
/freebsd-12-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_qp.c2303 struct mlx4_wqe_mlx_seg *mlx = wqe; local
2304 struct mlx4_wqe_inline_seg *inl = wqe + sizeof *mlx;
2337 mlx->flags &= cpu_to_be32(MLX4_WQE_CTRL_CQ_UPDATE);
2340 mlx->flags |= cpu_to_be32(MLX4_WQE_MLX_VL15 | 0x1 | MLX4_WQE_MLX_SLR);
2341 mlx->rlid = sqp->ud_header.lrh.destination_lid;
2431 struct mlx4_wqe_mlx_seg *mlx = wqe; local
2433 struct mlx4_wqe_inline_seg *inl = wqe + sizeof *mlx;
2559 mlx->flags &= cpu_to_be32(MLX4_WQE_CTRL_CQ_UPDATE);
2562 mlx->flags |= cpu_to_be32((!sqp->qp.ibqp.qp_num ? MLX4_WQE_MLX_VL15 : 0) |
2567 mlx
[all...]
/freebsd-12-stable/sys/dev/mthca/
H A Dmthca_qp.c1480 struct mthca_mlx_seg *mlx,
1494 mlx->flags &= ~cpu_to_be32(MTHCA_NEXT_SOLICIT | 1);
1495 mlx->flags |= cpu_to_be32((!sqp->qp.ibqp.qp_num ? MTHCA_MLX_VL15 : 0) |
1499 mlx->rlid = sqp->ud_header.lrh.destination_lid;
1500 mlx->vcrc = 0;
1478 build_mlx_header(struct mthca_dev *dev, struct mthca_sqp *sqp, int ind, struct ib_ud_wr *wr, struct mthca_mlx_seg *mlx, struct mthca_data_seg *data) argument
/freebsd-12-stable/sys/modules/
H A DMakefile252 mlx \
/freebsd-12-stable/share/man/man4/
H A DMakefile300 mlx.4 \
/freebsd-12-stable/contrib/binutils/bfd/
H A Delfxx-ia64.c749 unsigned int template, mlx;
819 mlx = 0x5;
821 mlx = 0x4;
839 t0 |= mlx;
747 unsigned int template, mlx; local
/freebsd-12-stable/crypto/openssl/crypto/bn/asm/
H A Dia64.S1463 { .mlx; setf.sig f14=D

Completed in 289 milliseconds