HomeSort by: relevance | last modified time | path
    Searched refs:mlx_softc (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/dev/ic/
mlxvar.h 119 struct mlx_softc { struct
137 int (*mlx_submit)(struct mlx_softc *, struct mlx_ccb *);
138 int (*mlx_findcomplete)(struct mlx_softc *, u_int *, u_int *);
139 void (*mlx_intaction)(struct mlx_softc *, int);
140 int (*mlx_fw_handshake)(struct mlx_softc *, int *, int *, int *);
141 int (*mlx_reset)(struct mlx_softc *);
177 int mlx_flush(struct mlx_softc *, int);
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...]
mlx.c 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)
    [all...]
ld_mlx.c 90 struct mlx_softc *mlx = device_private(parent);
140 struct mlx_softc *mlx = device_private(device_parent(dv));
156 struct mlx_softc *mlx;
220 struct mlx_softc *mlx;
  /src/sys/dev/pci/
mlx_pci.c 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 *)
    [all...]
  /src/sys/dev/eisa/
mlx_eisa.c 72 static int mlx_v1_submit(struct mlx_softc *, struct mlx_ccb *);
73 static int mlx_v1_findcomplete(struct mlx_softc *, u_int *, u_int *);
74 static void mlx_v1_intaction(struct mlx_softc *, int);
75 static int mlx_v1_fw_handshake(struct mlx_softc *, int *, int *, int *);
77 static int mlx_v1_reset(struct mlx_softc *);
80 CFATTACH_DECL3_NEW(mlx_eisa, sizeof(struct mlx_softc),
113 struct mlx_softc *mlx;
216 mlx_v1_submit(struct mlx_softc *mlx, struct mlx_ccb *mc)
240 mlx_v1_findcomplete(struct mlx_softc *mlx, u_int *slot, u_int *status)
263 mlx_v1_intaction(struct mlx_softc *mlx, int action
    [all...]

Completed in 45 milliseconds