| /src/sys/dev/ic/ |
| ld_mlx.c | 90 struct mlx_softc *mlx = device_private(parent); local 91 struct mlx_sysdrive *ms = &mlx->mlx_sysdrive[mlxa->mlxa_unit]; 140 struct mlx_softc *mlx = device_private(device_parent(dv)); local 146 mlx_flush(mlx, 1); 156 struct mlx_softc *mlx; local 160 mlx = device_private(device_parent(sc->sc_ld.sc_dv)); 162 if ((rv = mlx_ccb_alloc(mlx, &mc, bp == NULL)) != 0) 166 rv = mlx_ccb_map(mlx, mc, data, datasize, 169 mlx_ccb_free(mlx, mc); 174 sgphys = mlx->mlx_sgls_paddr + (MLX_SGL_SIZE * mc->mc_ident) 220 struct mlx_softc *mlx; local [all...] |
| mlx.c | 1 /* $NetBSD: mlx.c,v 1.70 2021/08/07 16:19:12 thorpej Exp $ */ 57 * from FreeBSD: mlx.c,v 1.14.2.3 2000/08/04 06:52:50 msmith Exp 70 __KERNEL_RCSID(0, "$NetBSD: mlx.c,v 1.70 2021/08/07 16:19:12 thorpej Exp $"); 260 mlx_init(struct mlx_softc *mlx, const char *intrstr) 271 SIMPLEQ_INIT(&mlx->mlx_ccb_queue); 272 SLIST_INIT(&mlx->mlx_ccb_freelist); 273 TAILQ_INIT(&mlx->mlx_ccb_worklist); 276 printf("%s: interrupting at %s\n", device_xname(mlx->mlx_dv), 284 if ((rv = bus_dmamem_alloc(mlx->mlx_dmat, size, PAGE_SIZE, 0, &seg, 1, 286 aprint_error_dev(mlx->mlx_dv 669 struct mlx_softc *mlx; local 703 struct mlx_softc *mlx; local 722 struct mlx_softc *mlx; local 735 struct mlx_softc *mlx; local 956 struct mlx_softc *mlx; local 1064 struct mlx_softc *mlx; local 1273 struct mlx_softc *mlx; local 1378 struct mlx_softc *mlx; local 1499 struct mlx_softc *mlx; local 2105 struct mlx_softc *mlx; local [all...] |
| /src/sys/dev/eisa/ |
| mlx_eisa.c | 33 * EISA front-end for mlx(4) driver. 113 struct mlx_softc *mlx; local 119 mlx = device_private(self); 126 mlx->mlx_ci.ci_nchan = (int)dce->value; 127 mlx->mlx_ci.ci_iftype = 1; 129 mlx->mlx_submit = mlx_v1_submit; 130 mlx->mlx_findcomplete = mlx_v1_findcomplete; 131 mlx->mlx_intaction = mlx_v1_intaction; 132 mlx->mlx_fw_handshake = mlx_v1_fw_handshake; 134 mlx->mlx_reset = mlx_v1_reset [all...] |
| /src/sys/dev/pci/ |
| mlx_pci.c | 61 * PCI front-end for the mlx(4) driver. 204 struct mlx_softc *mlx; local 215 mlx = device_private(self); 220 mlx->mlx_dv = self; 221 mlx->mlx_dmat = pa->pa_dmat; 222 mlx->mlx_ci.ci_iftype = mpi->mpi_iftype; 254 mlx->mlx_iot = memt; 255 mlx->mlx_ioh = memh; 257 mlx->mlx_iot = iot; 258 mlx->mlx_ioh = ioh [all...] |
| /src/external/gpl3/binutils/dist/bfd/ |
| elfxx-ia64.c | 386 unsigned int template_val, mlx; local 453 /* Turn the old bundle into a MLX bundle with the same stop-bit 456 mlx = 0x5; 458 mlx = 0x4; 476 t0 |= mlx; 505 /* Turn a MLX bundle into a MBB bundle with the same stop-bit
|
| /src/external/gpl3/binutils.old/dist/bfd/ |
| elfxx-ia64.c | 386 unsigned int template_val, mlx; local 453 /* Turn the old bundle into a MLX bundle with the same stop-bit 456 mlx = 0x5; 458 mlx = 0x4; 476 t0 |= mlx; 505 /* Turn a MLX bundle into a MBB bundle with the same stop-bit
|
| /src/external/gpl3/gdb.old/dist/bfd/ |
| elfxx-ia64.c | 386 unsigned int template_val, mlx; local 453 /* Turn the old bundle into a MLX bundle with the same stop-bit 456 mlx = 0x5; 458 mlx = 0x4; 476 t0 |= mlx; 505 /* Turn a MLX bundle into a MBB bundle with the same stop-bit
|
| /src/external/gpl3/gdb/dist/bfd/ |
| elfxx-ia64.c | 386 unsigned int template_val, mlx; local 453 /* Turn the old bundle into a MLX bundle with the same stop-bit 456 mlx = 0x5; 458 mlx = 0x4; 476 t0 |= mlx; 505 /* Turn a MLX bundle into a MBB bundle with the same stop-bit
|