H A D | mlxvar.h | 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 177 int mlx_flush(struct mlx_softc *, int); argument 178 void mlx_init(struct mlx_softc *, const char *); 180 int mlx_configure(struct mlx_softc *, int); 182 int mlx_ccb_alloc(struct mlx_softc *, struct mlx_ccb **, int); [all …]
|