Home
last modified time | relevance | path

Searched refs:mlx_softc (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/dev/raid/mlx/
H A Dmlxvar.h83 struct mlx_softc *mc_sc; /* controller that owns us */
107 struct mlx_softc struct
174 void (* mlx_intaction)(struct mlx_softc *sc, int action); argument
190 mlx_lock_tas(struct mlx_softc *sc, int lock) in mlx_lock_tas()
199 mlx_lock_clr(struct mlx_softc *sc, int lock) in mlx_lock_clr()
207 extern void mlx_free(struct mlx_softc *sc);
208 extern int mlx_attach(struct mlx_softc *sc);
209 extern void mlx_startup(struct mlx_softc *sc);
229 struct mlx_softc *mlxd_controller;
241 extern int mlx_submit_bio(struct mlx_softc *sc, struct bio *bio);
[all …]
H A Dmlx.c149 mlx_free(struct mlx_softc *sc) in mlx_free()
201 struct mlx_softc *sc = (struct mlx_softc *)arg; in mlx_dma_map_sg()
210 mlx_sglist_map(struct mlx_softc *sc) in mlx_sglist_map()
269 mlx_attach(struct mlx_softc *sc) in mlx_attach()
485 mlx_startup(struct mlx_softc *sc) in mlx_startup()
670 struct mlx_softc *sc = (struct mlx_softc *)arg; in mlx_intr()
979 struct mlx_softc *sc = (struct mlx_softc *)data; in mlx_periodic()
1516 mlx_flush(struct mlx_softc *sc) in mlx_flush()
1713 mlx_startio(struct mlx_softc *sc) in mlx_startio()
2122 mlx_done(struct mlx_softc *sc) in mlx_done()
[all …]
H A Dmlx_pci.c66 sizeof(struct mlx_softc)
110 struct mlx_softc *sc; in mlx_pci_attach()
H A Dmlx_disk.c231 sc->mlxd_controller = (struct mlx_softc *)device_get_softc(parent); in mlxd_attach()