Symbol: mlx_ccb
sys/dev/eisa/mlx_eisa.c
216
mlx_v1_submit(struct mlx_softc *mlx, struct mlx_ccb *mc)
sys/dev/eisa/mlx_eisa.c
72
static int mlx_v1_submit(struct mlx_softc *, struct mlx_ccb *);
sys/dev/ic/ld_mlx.c
155
struct mlx_ccb *mc;
sys/dev/ic/ld_mlx.c
215
ld_mlx_handler(struct mlx_ccb *mc)
sys/dev/ic/ld_mlx.c
70
static void ld_mlx_handler(struct mlx_ccb *);
sys/dev/ic/mlx.c
1062
mlx_periodic_enquiry(struct mlx_ccb *mc)
sys/dev/ic/mlx.c
112
static int mlx_ccb_submit(struct mlx_softc *, struct mlx_ccb *);
sys/dev/ic/mlx.c
116
void (*)(struct mlx_ccb *), int);
sys/dev/ic/mlx.c
119
static void mlx_pause_done(struct mlx_ccb *);
sys/dev/ic/mlx.c
121
static void mlx_periodic_enquiry(struct mlx_ccb *);
sys/dev/ic/mlx.c
1224
struct mlx_ccb *mc;
sys/dev/ic/mlx.c
123
static void mlx_periodic_eventlog_respond(struct mlx_ccb *);
sys/dev/ic/mlx.c
124
static void mlx_periodic_rebuild(struct mlx_ccb *);
sys/dev/ic/mlx.c
1271
mlx_periodic_eventlog_respond(struct mlx_ccb *mc)
sys/dev/ic/mlx.c
1376
mlx_periodic_rebuild(struct mlx_ccb *mc)
sys/dev/ic/mlx.c
1450
struct mlx_ccb *mc;
sys/dev/ic/mlx.c
1497
mlx_pause_done(struct mlx_ccb *mc)
sys/dev/ic/mlx.c
1530
void (*handler)(struct mlx_ccb *mc), int waitok)
sys/dev/ic/mlx.c
1532
struct mlx_ccb *mc;
sys/dev/ic/mlx.c
1600
struct mlx_ccb *mc;
sys/dev/ic/mlx.c
1635
struct mlx_ccb *mc;
sys/dev/ic/mlx.c
1677
struct mlx_ccb *mc;
sys/dev/ic/mlx.c
1720
struct mlx_ccb *mc;
sys/dev/ic/mlx.c
1843
mlx_ccb_alloc(struct mlx_softc *mlx, struct mlx_ccb **mcp, int control)
sys/dev/ic/mlx.c
1845
struct mlx_ccb *mc;
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
2078
mlx_ccb_diagnose(struct mlx_ccb *mc)
sys/dev/ic/mlx.c
2106
struct mlx_ccb *mc;
sys/dev/ic/mlx.c
262
struct mlx_ccb *mc;
sys/dev/ic/mlx.c
972
struct mlx_ccb *mc, *nmc;
sys/dev/ic/mlxvar.h
127
SLIST_HEAD(, mlx_ccb) mlx_ccb_freelist;
sys/dev/ic/mlxvar.h
128
TAILQ_HEAD(, mlx_ccb) mlx_ccb_worklist;
sys/dev/ic/mlxvar.h
129
SIMPLEQ_HEAD(, mlx_ccb) mlx_ccb_queue;
sys/dev/ic/mlxvar.h
130
struct mlx_ccb *mlx_ccbs;
sys/dev/ic/mlxvar.h
137
int (*mlx_submit)(struct mlx_softc *, struct mlx_ccb *);
sys/dev/ic/mlxvar.h
182
int mlx_ccb_alloc(struct mlx_softc *, struct mlx_ccb **, int);
sys/dev/ic/mlxvar.h
183
const char *mlx_ccb_diagnose(struct mlx_ccb *);
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
191
static __inline void mlx_make_type1(struct mlx_ccb *, u_int8_t, u_int16_t,
sys/dev/ic/mlxvar.h
194
static __inline void mlx_make_type2(struct mlx_ccb *, u_int8_t, u_int8_t,
sys/dev/ic/mlxvar.h
198
static __inline void mlx_make_type3(struct mlx_ccb *, u_int8_t, u_int8_t,
sys/dev/ic/mlxvar.h
201
static __inline void mlx_make_type4(struct mlx_ccb *, u_int8_t, u_int16_t,
sys/dev/ic/mlxvar.h
203
static __inline void mlx_make_type5(struct mlx_ccb *, u_int8_t, u_int8_t,
sys/dev/ic/mlxvar.h
215
mlx_make_type1(struct mlx_ccb *mc, u_int8_t code, u_int16_t f1, u_int32_t f2,
sys/dev/ic/mlxvar.h
234
mlx_make_type2(struct mlx_ccb *mc, u_int8_t code, u_int8_t f1, u_int8_t f2,
sys/dev/ic/mlxvar.h
254
mlx_make_type3(struct mlx_ccb *mc, u_int8_t code, u_int8_t f1, u_int8_t f2,
sys/dev/ic/mlxvar.h
274
mlx_make_type4(struct mlx_ccb *mc, u_int8_t code, u_int16_t f1, u_int32_t f2,
sys/dev/ic/mlxvar.h
293
mlx_make_type5(struct mlx_ccb *mc, u_int8_t code, u_int8_t f1, u_int8_t f2,
sys/dev/ic/mlxvar.h
86
struct mlx_ccb;
sys/dev/ic/mlxvar.h
88
void (*mx_handler)(struct mlx_ccb *);
sys/dev/ic/mlxvar.h
96
SIMPLEQ_ENTRY(mlx_ccb) simpleq;
sys/dev/ic/mlxvar.h
97
SLIST_ENTRY(mlx_ccb) slist;
sys/dev/ic/mlxvar.h
98
TAILQ_ENTRY(mlx_ccb) tailq;
sys/dev/pci/mlx_pci.c
100
static int mlx_v4_submit(struct mlx_softc *, struct mlx_ccb *);
sys/dev/pci/mlx_pci.c
105
static int mlx_v5_submit(struct mlx_softc *, struct mlx_ccb *);
sys/dev/pci/mlx_pci.c
327
mlx_v3_submit(struct mlx_softc *mlx, struct mlx_ccb *mc)
sys/dev/pci/mlx_pci.c
475
mlx_v4_submit(struct mlx_softc *mlx, struct mlx_ccb *mc)
sys/dev/pci/mlx_pci.c
586
mlx_v5_submit(struct mlx_softc *mlx, struct mlx_ccb *mc)
sys/dev/pci/mlx_pci.c
92
static int mlx_v3_submit(struct mlx_softc *, struct mlx_ccb *);