Lines Matching refs:mlx_softc
111 static void mlx_adjqparam(struct mlx_softc *, int, int);
112 static int mlx_ccb_submit(struct mlx_softc *, struct mlx_ccb *);
113 static int mlx_check(struct mlx_softc *, int);
114 static void mlx_describe(struct mlx_softc *);
115 static void *mlx_enquire(struct mlx_softc *, int, size_t,
117 static int mlx_fw_message(struct mlx_softc *, int, int, int);
118 static void mlx_pause_action(struct mlx_softc *);
120 static void mlx_periodic(struct mlx_softc *);
122 static void mlx_periodic_eventlog_poll(struct mlx_softc *);
127 static int mlx_rebuild(struct mlx_softc *, int, int);
129 static int mlx_user_command(struct mlx_softc *, struct mlx_usercommand *);
260 mlx_init(struct mlx_softc *mlx, const char *intrstr)
521 mlx_describe(struct mlx_softc *mlx)
556 mlx_configure(struct mlx_softc *mlx, int waitok)
669 struct mlx_softc *mlx;
681 mlx_adjqparam(struct mlx_softc *mlx, int mpu, int slop)
703 struct mlx_softc *mlx;
722 struct mlx_softc *mlx;
735 struct mlx_softc *mlx;
956 struct mlx_softc *mlx;
970 mlx_periodic(struct mlx_softc *mlx)
1064 struct mlx_softc *mlx;
1222 mlx_periodic_eventlog_poll(struct mlx_softc *mlx)
1273 struct mlx_softc *mlx;
1378 struct mlx_softc *mlx;
1448 mlx_pause_action(struct mlx_softc *mlx)
1499 struct mlx_softc *mlx;
1529 mlx_enquire(struct mlx_softc *mlx, int command, size_t bufsize,
1598 mlx_flush(struct mlx_softc *mlx, int async)
1633 mlx_check(struct mlx_softc *mlx, int drive)
1675 mlx_rebuild(struct mlx_softc *mlx, int channel, int target)
1718 mlx_user_command(struct mlx_softc *mlx, struct mlx_usercommand *mu)
1843 mlx_ccb_alloc(struct mlx_softc *mlx, struct mlx_ccb **mcp, int control)
1870 mlx_ccb_free(struct mlx_softc *mlx, struct mlx_ccb *mc)
1888 mlx_ccb_enqueue(struct mlx_softc *mlx, struct mlx_ccb *mc)
1912 mlx_ccb_map(struct mlx_softc *mlx, struct mlx_ccb *mc, void *data, int size,
1959 mlx_ccb_unmap(struct mlx_softc *mlx, struct mlx_ccb *mc)
1983 mlx_ccb_poll(struct mlx_softc *mlx, struct mlx_ccb *mc, int timo)
2020 mlx_ccb_wait(struct mlx_softc *mlx, struct mlx_ccb *mc)
2046 mlx_ccb_submit(struct mlx_softc *mlx, struct mlx_ccb *mc)
2105 struct mlx_softc *mlx;
2157 mlx_fw_message(struct mlx_softc *mlx, int error, int param1, int param2)