Lines Matching refs:mlx_softc

92 static int	mlx_v3_submit(struct mlx_softc *, struct mlx_ccb *);
93 static int mlx_v3_findcomplete(struct mlx_softc *, u_int *, u_int *);
94 static void mlx_v3_intaction(struct mlx_softc *, int);
95 static int mlx_v3_fw_handshake(struct mlx_softc *, int *, int *, int *);
97 static int mlx_v3_reset(struct mlx_softc *);
100 static int mlx_v4_submit(struct mlx_softc *, struct mlx_ccb *);
101 static int mlx_v4_findcomplete(struct mlx_softc *, u_int *, u_int *);
102 static void mlx_v4_intaction(struct mlx_softc *, int);
103 static int mlx_v4_fw_handshake(struct mlx_softc *, int *, int *, int *);
105 static int mlx_v5_submit(struct mlx_softc *, struct mlx_ccb *);
106 static int mlx_v5_findcomplete(struct mlx_softc *, u_int *, u_int *);
107 static void mlx_v5_intaction(struct mlx_softc *, int);
108 static int mlx_v5_fw_handshake(struct mlx_softc *, int *, int *, int *);
154 CFATTACH_DECL3_NEW(mlx_pci, sizeof(struct mlx_softc),
204 struct mlx_softc *mlx; in mlx_pci_attach()
327 mlx_v3_submit(struct mlx_softc *mlx, struct mlx_ccb *mc) in mlx_v3_submit()
354 mlx_v3_findcomplete(struct mlx_softc *mlx, u_int *slot, u_int *status) in mlx_v3_findcomplete()
377 mlx_v3_intaction(struct mlx_softc *mlx, int action) in mlx_v3_intaction()
390 mlx_v3_fw_handshake(struct mlx_softc *mlx, int *error, int *param1, int *param2) in mlx_v3_fw_handshake()
427 mlx_v3_reset(struct mlx_softc *mlx) in mlx_v3_reset()
475 mlx_v4_submit(struct mlx_softc *mlx, struct mlx_ccb *mc) in mlx_v4_submit()
502 mlx_v4_findcomplete(struct mlx_softc *mlx, u_int *slot, u_int *status) in mlx_v4_findcomplete()
525 mlx_v4_intaction(struct mlx_softc *mlx, int action) in mlx_v4_intaction()
544 mlx_v4_fw_handshake(struct mlx_softc *mlx, int *error, int *param1, int *param2) in mlx_v4_fw_handshake()
586 mlx_v5_submit(struct mlx_softc *mlx, struct mlx_ccb *mc) in mlx_v5_submit()
613 mlx_v5_findcomplete(struct mlx_softc *mlx, u_int *slot, u_int *status) in mlx_v5_findcomplete()
636 mlx_v5_intaction(struct mlx_softc *mlx, int action) in mlx_v5_intaction()
655 mlx_v5_fw_handshake(struct mlx_softc *mlx, int *error, int *param1, int *param2) in mlx_v5_fw_handshake()