Symbol: mly_softc
sys/dev/pci/mly.c
1036
mly_fetch_event(struct mly_softc *mly)
sys/dev/pci/mly.c
107
static int mly_fwhandshake(struct mly_softc *);
sys/dev/pci/mly.c
108
static int mly_flush(struct mly_softc *);
sys/dev/pci/mly.c
1104
mly_complete_event(struct mly_softc *mly, struct mly_ccb *mc)
sys/dev/pci/mly.c
112
static int mly_alloc_ccbs(struct mly_softc *);
sys/dev/pci/mly.c
113
static void mly_check_event(struct mly_softc *);
sys/dev/pci/mly.c
1130
mly_process_event(struct mly_softc *mly, struct mly_event *me)
sys/dev/pci/mly.c
114
static void mly_complete_event(struct mly_softc *, struct mly_ccb *);
sys/dev/pci/mly.c
115
static void mly_complete_rescan(struct mly_softc *, struct mly_ccb *);
sys/dev/pci/mly.c
116
static int mly_dmamem_alloc(struct mly_softc *, int, bus_dmamap_t *,
sys/dev/pci/mly.c
118
static void mly_dmamem_free(struct mly_softc *, int, bus_dmamap_t,
sys/dev/pci/mly.c
120
static int mly_enable_mmbox(struct mly_softc *);
sys/dev/pci/mly.c
121
static void mly_fetch_event(struct mly_softc *);
sys/dev/pci/mly.c
122
static int mly_get_controllerinfo(struct mly_softc *);
sys/dev/pci/mly.c
123
static int mly_get_eventstatus(struct mly_softc *);
sys/dev/pci/mly.c
124
static int mly_ioctl(struct mly_softc *, struct mly_cmd_ioctl *,
sys/dev/pci/mly.c
1255
struct mly_softc *mly;
sys/dev/pci/mly.c
1259
mly = (struct mly_softc *)cookie;
sys/dev/pci/mly.c
127
static void mly_process_event(struct mly_softc *, struct mly_event *);
sys/dev/pci/mly.c
128
static void mly_release_ccbs(struct mly_softc *);
sys/dev/pci/mly.c
129
static int mly_scan_btl(struct mly_softc *, int, int);
sys/dev/pci/mly.c
1293
mly_ccb_poll(struct mly_softc *mly, struct mly_ccb *mc, int timo)
sys/dev/pci/mly.c
130
static void mly_scan_channel(struct mly_softc *, int);
sys/dev/pci/mly.c
1315
mly_ccb_wait(struct mly_softc *mly, struct mly_ccb *mc, int timo)
sys/dev/pci/mly.c
133
static int mly_ccb_alloc(struct mly_softc *, struct mly_ccb **);
sys/dev/pci/mly.c
1338
mly_ccb_enqueue(struct mly_softc *mly, struct mly_ccb *mc)
sys/dev/pci/mly.c
134
static void mly_ccb_complete(struct mly_softc *, struct mly_ccb *);
sys/dev/pci/mly.c
135
static void mly_ccb_enqueue(struct mly_softc *, struct mly_ccb *);
sys/dev/pci/mly.c
136
static void mly_ccb_free(struct mly_softc *, struct mly_ccb *);
sys/dev/pci/mly.c
1360
mly_ccb_submit(struct mly_softc *mly, struct mly_ccb *mc)
sys/dev/pci/mly.c
137
static int mly_ccb_map(struct mly_softc *, struct mly_ccb *);
sys/dev/pci/mly.c
138
static int mly_ccb_poll(struct mly_softc *, struct mly_ccb *, int);
sys/dev/pci/mly.c
139
static int mly_ccb_submit(struct mly_softc *, struct mly_ccb *);
sys/dev/pci/mly.c
140
static void mly_ccb_unmap(struct mly_softc *, struct mly_ccb *);
sys/dev/pci/mly.c
141
static int mly_ccb_wait(struct mly_softc *, struct mly_ccb *, int);
sys/dev/pci/mly.c
143
static void mly_get_xfer_mode(struct mly_softc *, int,
sys/dev/pci/mly.c
1439
struct mly_softc *mly;
sys/dev/pci/mly.c
145
static void mly_scsipi_complete(struct mly_softc *, struct mly_ccb *);
sys/dev/pci/mly.c
152
static int mly_user_command(struct mly_softc *, struct mly_user_command *);
sys/dev/pci/mly.c
153
static int mly_user_health(struct mly_softc *, struct mly_user_health *);
sys/dev/pci/mly.c
1530
mly_ccb_complete(struct mly_softc *mly, struct mly_ccb *mc)
sys/dev/pci/mly.c
1532
void (*complete)(struct mly_softc *, struct mly_ccb *);
sys/dev/pci/mly.c
1555
mly_ccb_alloc(struct mly_softc *mly, struct mly_ccb **mcp)
sys/dev/pci/mly.c
157
CFATTACH_DECL_NEW(mly, sizeof(struct mly_softc),
sys/dev/pci/mly.c
1574
mly_ccb_free(struct mly_softc *mly, struct mly_ccb *mc)
sys/dev/pci/mly.c
1611
mly_alloc_ccbs(struct mly_softc *mly)
sys/dev/pci/mly.c
1665
mly_release_ccbs(struct mly_softc *mly)
sys/dev/pci/mly.c
1685
mly_ccb_map(struct mly_softc *mly, struct mly_ccb *mc)
sys/dev/pci/mly.c
1765
mly_ccb_unmap(struct mly_softc *mly, struct mly_ccb *mc)
sys/dev/pci/mly.c
1813
struct mly_softc *mly;
sys/dev/pci/mly.c
1939
mly_scsipi_complete(struct mly_softc *mly, struct mly_ccb *mc)
sys/dev/pci/mly.c
2018
mly_get_xfer_mode(struct mly_softc *mly, int bus, struct scsipi_xfer_mode *xm)
sys/dev/pci/mly.c
2070
struct mly_softc *mly;
sys/dev/pci/mly.c
2092
mly_fwhandshake(struct mly_softc *mly)
sys/dev/pci/mly.c
2183
mly_dmamem_alloc(struct mly_softc *mly, int size, bus_dmamap_t *dmamap,
sys/dev/pci/mly.c
2239
mly_dmamem_free(struct mly_softc *mly, int size, bus_dmamap_t dmamap,
sys/dev/pci/mly.c
2256
struct mly_softc *mly;
sys/dev/pci/mly.c
2276
struct mly_softc *mly;
sys/dev/pci/mly.c
2290
struct mly_softc *mly;
sys/dev/pci/mly.c
2325
mly_user_command(struct mly_softc *mly, struct mly_user_command *uc)
sys/dev/pci/mly.c
2414
mly_user_health(struct mly_softc *mly, struct mly_user_health *uh)
sys/dev/pci/mly.c
281
struct mly_softc *mly;
sys/dev/pci/mly.c
571
mly_scan_channel(struct mly_softc *mly, int bus)
sys/dev/pci/mly.c
591
struct mly_softc *mly;
sys/dev/pci/mly.c
608
mly_get_controllerinfo(struct mly_softc *mly)
sys/dev/pci/mly.c
640
mly_scan_btl(struct mly_softc *mly, int bus, int target)
sys/dev/pci/mly.c
705
mly_complete_rescan(struct mly_softc *mly, struct mly_ccb *mc)
sys/dev/pci/mly.c
816
mly_get_eventstatus(struct mly_softc *mly)
sys/dev/pci/mly.c
852
mly_enable_mmbox(struct mly_softc *mly)
sys/dev/pci/mly.c
892
mly_flush(struct mly_softc *mly)
sys/dev/pci/mly.c
914
mly_ioctl(struct mly_softc *mly, struct mly_cmd_ioctl *ioctl, void **data,
sys/dev/pci/mly.c
997
mly_check_event(struct mly_softc *mly)
sys/dev/pci/mlyvar.h
119
struct mly_softc;
sys/dev/pci/mlyvar.h
141
void (*mc_complete)(struct mly_softc *, struct mly_ccb *);
sys/dev/pci/mlyvar.h
228
static __inline u_int8_t mly_inb(struct mly_softc *, int);
sys/dev/pci/mlyvar.h
229
static __inline u_int16_t mly_inw(struct mly_softc *, int);
sys/dev/pci/mlyvar.h
230
static __inline u_int32_t mly_inl(struct mly_softc *, int);
sys/dev/pci/mlyvar.h
231
static __inline void mly_outb(struct mly_softc *, int, u_int8_t);
sys/dev/pci/mlyvar.h
232
static __inline void mly_outw(struct mly_softc *, int, u_int16_t);
sys/dev/pci/mlyvar.h
233
static __inline void mly_outl(struct mly_softc *, int, u_int32_t);
sys/dev/pci/mlyvar.h
234
static __inline int mly_idbr_true(struct mly_softc *, u_int8_t);
sys/dev/pci/mlyvar.h
235
static __inline int mly_odbr_true(struct mly_softc *, u_int8_t);
sys/dev/pci/mlyvar.h
236
static __inline int mly_error_valid(struct mly_softc *);
sys/dev/pci/mlyvar.h
239
mly_inb(struct mly_softc *mly, int off)
sys/dev/pci/mlyvar.h
248
mly_inw(struct mly_softc *mly, int off)
sys/dev/pci/mlyvar.h
257
mly_inl(struct mly_softc *mly, int off)
sys/dev/pci/mlyvar.h
266
mly_outb(struct mly_softc *mly, int off, u_int8_t val)
sys/dev/pci/mlyvar.h
275
mly_outw(struct mly_softc *mly, int off, u_int16_t val)
sys/dev/pci/mlyvar.h
284
mly_outl(struct mly_softc *mly, int off, u_int32_t val)
sys/dev/pci/mlyvar.h
293
mly_idbr_true(struct mly_softc *mly, u_int8_t mask)
sys/dev/pci/mlyvar.h
302
mly_odbr_true(struct mly_softc *mly, u_int8_t mask)
sys/dev/pci/mlyvar.h
309
mly_error_valid(struct mly_softc *mly)