Lines Matching defs:mlx_softc
119 struct mlx_softc { struct
137 int (*mlx_submit)(struct mlx_softc *, struct mlx_ccb *); argument
138 int (*mlx_findcomplete)(struct mlx_softc *, u_int *, u_int *); argument
139 void (*mlx_intaction)(struct mlx_softc *, int); argument
140 int (*mlx_fw_handshake)(struct mlx_softc *, int *, int *, int *); argument
141 int (*mlx_reset)(struct mlx_softc *); argument
143 int mlx_max_queuecnt;
144 struct mlx_cinfo mlx_ci;
146 time_t mlx_lastpoll;
147 u_int mlx_lastevent;
148 u_int mlx_currevent;
149 u_int mlx_bg;
150 struct mlx_rebuild_status mlx_rebuildstat;
151 struct mlx_pause mlx_pause;
152 int mlx_flags;
177 int mlx_flush(struct mlx_softc *, int); argument