Searched refs:mlxd (Results 1 – 3 of 3) sorted by relevance
589 struct mlxd_softc *mlxd; in mlx_detach() local601 mlxd = device_get_softc(sc->mlx_sysdrive[i].ms_disk); in mlx_detach()602 if (mlxd->mlxd_flags & MLXD_OPEN) { /* drive is mounted, abort detach */ in mlx_detach()789 struct mlxd_softc *mlxd; in mlx_ioctl() local834 ((mlxd = device_get_softc(dr->ms_disk)) == NULL)) { in mlx_ioctl()841 if (mlxd->mlxd_flags & MLXD_OPEN) { in mlx_ioctl()972 mlxd = devclass_get_softc(devclass_find("mlxd"), *arg); in mlx_ioctl()974 if ((mlxd != NULL) && (mlxd->mlxd_drive >= sc->mlx_sysdrive) && in mlx_ioctl()975 (mlxd->mlxd_drive < (sc->mlx_sysdrive + MLX_MAXDRIVES))) { in mlx_ioctl()977 *arg = mlxd->mlxd_drive - sc->mlx_sysdrive; in mlx_ioctl()[all …]
74 DRIVER_MODULE(mlxd, mlx, mlxd_driver, 0, 0);
1266 f_disk "mlxd%d" "Mylex RAID disk"