Home
last modified time | relevance | path

Searched refs:mlxd_softc (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/dev/raid/mlx/
HDmlx_disk.c81 sizeof(struct mlxd_softc)
90 struct mlxd_softc *sc = (struct mlxd_softc *)dev->si_drv1; in mlxd_open()
121 struct mlxd_softc *sc = (struct mlxd_softc *)dev->si_drv1; in mlxd_close()
135 struct mlxd_softc *sc = (struct mlxd_softc *)dev->si_drv1; in mlxd_ioctl()
161 struct mlxd_softc *sc = (struct mlxd_softc *)bio->bio_driver_info; in mlxd_strategy()
196 struct mlxd_softc *sc = (struct mlxd_softc *)bio->bio_driver_info; in mlxd_intr()
221 struct mlxd_softc *sc = (struct mlxd_softc *)device_get_softc(dev); in mlxd_attach()
293 struct mlxd_softc *sc = (struct mlxd_softc *)device_get_softc(dev); in mlxd_detach()
HDmlxvar.h225 struct mlxd_softc struct
HDmlx.c548 struct mlxd_softc *mlxd; in mlx_detach()
737 struct mlxd_softc *mlxd; in mlx_ioctl()
897 mlxd = (struct mlxd_softc *)devclass_get_softc(mlxd_devclass, *arg); in mlx_ioctl()
1716 struct mlxd_softc *mlxd; in mlx_startio()
1766 mlxd = (struct mlxd_softc *)bio->bio_driver_info; in mlx_startio()
1815 struct mlxd_softc *mlxd = (struct mlxd_softc *)bio->bio_driver_info; in mlx_completeio()