Lines Matching refs:mlx_softc
72 static int mlx_v1_submit(struct mlx_softc *, struct mlx_ccb *);
73 static int mlx_v1_findcomplete(struct mlx_softc *, u_int *, u_int *);
74 static void mlx_v1_intaction(struct mlx_softc *, int);
75 static int mlx_v1_fw_handshake(struct mlx_softc *, int *, int *, int *);
77 static int mlx_v1_reset(struct mlx_softc *);
80 CFATTACH_DECL3_NEW(mlx_eisa, sizeof(struct mlx_softc),
113 struct mlx_softc *mlx; in mlx_eisa_attach()
216 mlx_v1_submit(struct mlx_softc *mlx, struct mlx_ccb *mc) in mlx_v1_submit()
240 mlx_v1_findcomplete(struct mlx_softc *mlx, u_int *slot, u_int *status) in mlx_v1_findcomplete()
263 mlx_v1_intaction(struct mlx_softc *mlx, int action) in mlx_v1_intaction()
276 mlx_v1_fw_handshake(struct mlx_softc *mlx, int *error, int *param1, int *param2) in mlx_v1_fw_handshake()
320 mlx_v1_reset(struct mlx_softc *mlx) in mlx_v1_reset()