Symbol: mlx_softc
sys/dev/eisa/mlx_eisa.c
113
struct mlx_softc *mlx;
sys/dev/eisa/mlx_eisa.c
216
mlx_v1_submit(struct mlx_softc *mlx, struct mlx_ccb *mc)
sys/dev/eisa/mlx_eisa.c
240
mlx_v1_findcomplete(struct mlx_softc *mlx, u_int *slot, u_int *status)
sys/dev/eisa/mlx_eisa.c
263
mlx_v1_intaction(struct mlx_softc *mlx, int action)
sys/dev/eisa/mlx_eisa.c
276
mlx_v1_fw_handshake(struct mlx_softc *mlx, int *error, int *param1, int *param2)
sys/dev/eisa/mlx_eisa.c
320
mlx_v1_reset(struct mlx_softc *mlx)
sys/dev/eisa/mlx_eisa.c
72
static int mlx_v1_submit(struct mlx_softc *, struct mlx_ccb *);
sys/dev/eisa/mlx_eisa.c
73
static int mlx_v1_findcomplete(struct mlx_softc *, u_int *, u_int *);
sys/dev/eisa/mlx_eisa.c
74
static void mlx_v1_intaction(struct mlx_softc *, int);
sys/dev/eisa/mlx_eisa.c
75
static int mlx_v1_fw_handshake(struct mlx_softc *, int *, int *, int *);
sys/dev/eisa/mlx_eisa.c
77
static int mlx_v1_reset(struct mlx_softc *);
sys/dev/eisa/mlx_eisa.c
80
CFATTACH_DECL3_NEW(mlx_eisa, sizeof(struct mlx_softc),
sys/dev/ic/ld_mlx.c
140
struct mlx_softc *mlx = device_private(device_parent(dv));
sys/dev/ic/ld_mlx.c
156
struct mlx_softc *mlx;
sys/dev/ic/ld_mlx.c
220
struct mlx_softc *mlx;
sys/dev/ic/ld_mlx.c
90
struct mlx_softc *mlx = device_private(parent);
sys/dev/ic/mlx.c
1064
struct mlx_softc *mlx;
sys/dev/ic/mlx.c
111
static void mlx_adjqparam(struct mlx_softc *, int, int);
sys/dev/ic/mlx.c
112
static int mlx_ccb_submit(struct mlx_softc *, struct mlx_ccb *);
sys/dev/ic/mlx.c
113
static int mlx_check(struct mlx_softc *, int);
sys/dev/ic/mlx.c
114
static void mlx_describe(struct mlx_softc *);
sys/dev/ic/mlx.c
115
static void *mlx_enquire(struct mlx_softc *, int, size_t,
sys/dev/ic/mlx.c
117
static int mlx_fw_message(struct mlx_softc *, int, int, int);
sys/dev/ic/mlx.c
118
static void mlx_pause_action(struct mlx_softc *);
sys/dev/ic/mlx.c
120
static void mlx_periodic(struct mlx_softc *);
sys/dev/ic/mlx.c
122
static void mlx_periodic_eventlog_poll(struct mlx_softc *);
sys/dev/ic/mlx.c
1222
mlx_periodic_eventlog_poll(struct mlx_softc *mlx)
sys/dev/ic/mlx.c
127
static int mlx_rebuild(struct mlx_softc *, int, int);
sys/dev/ic/mlx.c
1273
struct mlx_softc *mlx;
sys/dev/ic/mlx.c
129
static int mlx_user_command(struct mlx_softc *, struct mlx_usercommand *);
sys/dev/ic/mlx.c
1378
struct mlx_softc *mlx;
sys/dev/ic/mlx.c
1448
mlx_pause_action(struct mlx_softc *mlx)
sys/dev/ic/mlx.c
1499
struct mlx_softc *mlx;
sys/dev/ic/mlx.c
1529
mlx_enquire(struct mlx_softc *mlx, int command, size_t bufsize,
sys/dev/ic/mlx.c
1598
mlx_flush(struct mlx_softc *mlx, int async)
sys/dev/ic/mlx.c
1633
mlx_check(struct mlx_softc *mlx, int drive)
sys/dev/ic/mlx.c
1675
mlx_rebuild(struct mlx_softc *mlx, int channel, int target)
sys/dev/ic/mlx.c
1718
mlx_user_command(struct mlx_softc *mlx, struct mlx_usercommand *mu)
sys/dev/ic/mlx.c
1843
mlx_ccb_alloc(struct mlx_softc *mlx, struct mlx_ccb **mcp, int control)
sys/dev/ic/mlx.c
1870
mlx_ccb_free(struct mlx_softc *mlx, struct mlx_ccb *mc)
sys/dev/ic/mlx.c
1888
mlx_ccb_enqueue(struct mlx_softc *mlx, struct mlx_ccb *mc)
sys/dev/ic/mlx.c
1912
mlx_ccb_map(struct mlx_softc *mlx, struct mlx_ccb *mc, void *data, int size,
sys/dev/ic/mlx.c
1959
mlx_ccb_unmap(struct mlx_softc *mlx, struct mlx_ccb *mc)
sys/dev/ic/mlx.c
1983
mlx_ccb_poll(struct mlx_softc *mlx, struct mlx_ccb *mc, int timo)
sys/dev/ic/mlx.c
2020
mlx_ccb_wait(struct mlx_softc *mlx, struct mlx_ccb *mc)
sys/dev/ic/mlx.c
2046
mlx_ccb_submit(struct mlx_softc *mlx, struct mlx_ccb *mc)
sys/dev/ic/mlx.c
2105
struct mlx_softc *mlx;
sys/dev/ic/mlx.c
2157
mlx_fw_message(struct mlx_softc *mlx, int error, int param1, int param2)
sys/dev/ic/mlx.c
260
mlx_init(struct mlx_softc *mlx, const char *intrstr)
sys/dev/ic/mlx.c
521
mlx_describe(struct mlx_softc *mlx)
sys/dev/ic/mlx.c
556
mlx_configure(struct mlx_softc *mlx, int waitok)
sys/dev/ic/mlx.c
669
struct mlx_softc *mlx;
sys/dev/ic/mlx.c
681
mlx_adjqparam(struct mlx_softc *mlx, int mpu, int slop)
sys/dev/ic/mlx.c
703
struct mlx_softc *mlx;
sys/dev/ic/mlx.c
722
struct mlx_softc *mlx;
sys/dev/ic/mlx.c
735
struct mlx_softc *mlx;
sys/dev/ic/mlx.c
956
struct mlx_softc *mlx;
sys/dev/ic/mlx.c
970
mlx_periodic(struct mlx_softc *mlx)
sys/dev/ic/mlxvar.h
137
int (*mlx_submit)(struct mlx_softc *, struct mlx_ccb *);
sys/dev/ic/mlxvar.h
138
int (*mlx_findcomplete)(struct mlx_softc *, u_int *, u_int *);
sys/dev/ic/mlxvar.h
139
void (*mlx_intaction)(struct mlx_softc *, int);
sys/dev/ic/mlxvar.h
140
int (*mlx_fw_handshake)(struct mlx_softc *, int *, int *, int *);
sys/dev/ic/mlxvar.h
141
int (*mlx_reset)(struct mlx_softc *);
sys/dev/ic/mlxvar.h
177
int mlx_flush(struct mlx_softc *, int);
sys/dev/ic/mlxvar.h
178
void mlx_init(struct mlx_softc *, const char *);
sys/dev/ic/mlxvar.h
180
int mlx_configure(struct mlx_softc *, int);
sys/dev/ic/mlxvar.h
182
int mlx_ccb_alloc(struct mlx_softc *, struct mlx_ccb **, int);
sys/dev/ic/mlxvar.h
184
void mlx_ccb_enqueue(struct mlx_softc *, struct mlx_ccb *);
sys/dev/ic/mlxvar.h
185
void mlx_ccb_free(struct mlx_softc *, struct mlx_ccb *);
sys/dev/ic/mlxvar.h
186
int mlx_ccb_map(struct mlx_softc *, struct mlx_ccb *, void *, int, int);
sys/dev/ic/mlxvar.h
187
int mlx_ccb_poll(struct mlx_softc *, struct mlx_ccb *, int);
sys/dev/ic/mlxvar.h
188
void mlx_ccb_unmap(struct mlx_softc *, struct mlx_ccb *);
sys/dev/ic/mlxvar.h
189
int mlx_ccb_wait(struct mlx_softc *, struct mlx_ccb *);
sys/dev/ic/mlxvar.h
207
static __inline u_int8_t mlx_inb(struct mlx_softc *, int);
sys/dev/ic/mlxvar.h
208
static __inline u_int16_t mlx_inw(struct mlx_softc *, int);
sys/dev/ic/mlxvar.h
209
static __inline u_int32_t mlx_inl(struct mlx_softc *, int);
sys/dev/ic/mlxvar.h
210
static __inline void mlx_outb(struct mlx_softc *, int, u_int8_t);
sys/dev/ic/mlxvar.h
211
static __inline void mlx_outw(struct mlx_softc *, int, u_int16_t);
sys/dev/ic/mlxvar.h
212
static __inline void mlx_outl(struct mlx_softc *, int, u_int32_t);
sys/dev/ic/mlxvar.h
312
mlx_inb(struct mlx_softc *mlx, int off)
sys/dev/ic/mlxvar.h
321
mlx_inw(struct mlx_softc *mlx, int off)
sys/dev/ic/mlxvar.h
330
mlx_inl(struct mlx_softc *mlx, int off)
sys/dev/ic/mlxvar.h
339
mlx_outb(struct mlx_softc *mlx, int off, u_int8_t val)
sys/dev/ic/mlxvar.h
348
mlx_outw(struct mlx_softc *mlx, int off, u_int16_t val)
sys/dev/ic/mlxvar.h
357
mlx_outl(struct mlx_softc *mlx, int off, u_int32_t val)
sys/dev/pci/mlx_pci.c
100
static int mlx_v4_submit(struct mlx_softc *, struct mlx_ccb *);
sys/dev/pci/mlx_pci.c
101
static int mlx_v4_findcomplete(struct mlx_softc *, u_int *, u_int *);
sys/dev/pci/mlx_pci.c
102
static void mlx_v4_intaction(struct mlx_softc *, int);
sys/dev/pci/mlx_pci.c
103
static int mlx_v4_fw_handshake(struct mlx_softc *, int *, int *, int *);
sys/dev/pci/mlx_pci.c
105
static int mlx_v5_submit(struct mlx_softc *, struct mlx_ccb *);
sys/dev/pci/mlx_pci.c
106
static int mlx_v5_findcomplete(struct mlx_softc *, u_int *, u_int *);
sys/dev/pci/mlx_pci.c
107
static void mlx_v5_intaction(struct mlx_softc *, int);
sys/dev/pci/mlx_pci.c
108
static int mlx_v5_fw_handshake(struct mlx_softc *, int *, int *, int *);
sys/dev/pci/mlx_pci.c
154
CFATTACH_DECL3_NEW(mlx_pci, sizeof(struct mlx_softc),
sys/dev/pci/mlx_pci.c
204
struct mlx_softc *mlx;
sys/dev/pci/mlx_pci.c
327
mlx_v3_submit(struct mlx_softc *mlx, struct mlx_ccb *mc)
sys/dev/pci/mlx_pci.c
354
mlx_v3_findcomplete(struct mlx_softc *mlx, u_int *slot, u_int *status)
sys/dev/pci/mlx_pci.c
377
mlx_v3_intaction(struct mlx_softc *mlx, int action)
sys/dev/pci/mlx_pci.c
390
mlx_v3_fw_handshake(struct mlx_softc *mlx, int *error, int *param1, int *param2)
sys/dev/pci/mlx_pci.c
427
mlx_v3_reset(struct mlx_softc *mlx)
sys/dev/pci/mlx_pci.c
475
mlx_v4_submit(struct mlx_softc *mlx, struct mlx_ccb *mc)
sys/dev/pci/mlx_pci.c
502
mlx_v4_findcomplete(struct mlx_softc *mlx, u_int *slot, u_int *status)
sys/dev/pci/mlx_pci.c
525
mlx_v4_intaction(struct mlx_softc *mlx, int action)
sys/dev/pci/mlx_pci.c
544
mlx_v4_fw_handshake(struct mlx_softc *mlx, int *error, int *param1, int *param2)
sys/dev/pci/mlx_pci.c
586
mlx_v5_submit(struct mlx_softc *mlx, struct mlx_ccb *mc)
sys/dev/pci/mlx_pci.c
613
mlx_v5_findcomplete(struct mlx_softc *mlx, u_int *slot, u_int *status)
sys/dev/pci/mlx_pci.c
636
mlx_v5_intaction(struct mlx_softc *mlx, int action)
sys/dev/pci/mlx_pci.c
655
mlx_v5_fw_handshake(struct mlx_softc *mlx, int *error, int *param1, int *param2)
sys/dev/pci/mlx_pci.c
92
static int mlx_v3_submit(struct mlx_softc *, struct mlx_ccb *);
sys/dev/pci/mlx_pci.c
93
static int mlx_v3_findcomplete(struct mlx_softc *, u_int *, u_int *);
sys/dev/pci/mlx_pci.c
94
static void mlx_v3_intaction(struct mlx_softc *, int);
sys/dev/pci/mlx_pci.c
95
static int mlx_v3_fw_handshake(struct mlx_softc *, int *, int *, int *);
sys/dev/pci/mlx_pci.c
97
static int mlx_v3_reset(struct mlx_softc *);