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;
327 mlx_v3_submit(struct mlx_softc *mlx, struct mlx_ccb *mc)
354 mlx_v3_findcomplete(struct mlx_softc *mlx, u_int *slot, u_int *status)
377 mlx_v3_intaction(struct mlx_softc *mlx, int action)
390 mlx_v3_fw_handshake(struct mlx_softc *mlx, int *error, int *param1, int *param2)
427 mlx_v3_reset(struct mlx_softc *mlx)
475 mlx_v4_submit(struct mlx_softc *mlx, struct mlx_ccb *mc)
502 mlx_v4_findcomplete(struct mlx_softc *mlx, u_int *slot, u_int *status)
525 mlx_v4_intaction(struct mlx_softc *mlx, int action)
544 mlx_v4_fw_handshake(struct mlx_softc *mlx, int *error, int *param1, int *param2)
586 mlx_v5_submit(struct mlx_softc *mlx, struct mlx_ccb *mc)
613 mlx_v5_findcomplete(struct mlx_softc *mlx, u_int *slot, u_int *status)
636 mlx_v5_intaction(struct mlx_softc *mlx, int action)
655 mlx_v5_fw_handshake(struct mlx_softc *mlx, int *error, int *param1, int *param2)