Searched refs:mlxd_controller (Results 1 – 2 of 2) sorted by relevance
98 if (sc->mlxd_controller->mlx_state & MLX_STATE_SHUTDOWN) in mlxd_open()143 …if ((error = mlx_submit_ioctl(sc->mlxd_controller, sc->mlxd_drive, ap->a_cmd, ap->a_data, ap->a_ff… in mlxd_ioctl()180 mlx_submit_bio(sc->mlxd_controller, bio); in mlxd_strategy()231 sc->mlxd_controller = (struct mlx_softc *)device_get_softc(parent); in mlxd_attach()267 s1 = sc->mlxd_controller->mlx_enq2->me_maxblk * MLX_BLKSIZE; in mlxd_attach()268 s2 = (sc->mlxd_controller->mlx_enq2->me_max_sg - 1) * PAGE_SIZE; in mlxd_attach()
229 struct mlx_softc *mlxd_controller; member