Home | History | Annotate | Download | only in pci

Lines Matching refs:mly_softc

107 static int	mly_fwhandshake(struct mly_softc *);
108 static int mly_flush(struct mly_softc *);
112 static int mly_alloc_ccbs(struct mly_softc *);
113 static void mly_check_event(struct mly_softc *);
114 static void mly_complete_event(struct mly_softc *, struct mly_ccb *);
115 static void mly_complete_rescan(struct mly_softc *, struct mly_ccb *);
116 static int mly_dmamem_alloc(struct mly_softc *, int, bus_dmamap_t *,
118 static void mly_dmamem_free(struct mly_softc *, int, bus_dmamap_t,
120 static int mly_enable_mmbox(struct mly_softc *);
121 static void mly_fetch_event(struct mly_softc *);
122 static int mly_get_controllerinfo(struct mly_softc *);
123 static int mly_get_eventstatus(struct mly_softc *);
124 static int mly_ioctl(struct mly_softc *, struct mly_cmd_ioctl *,
127 static void mly_process_event(struct mly_softc *, struct mly_event *);
128 static void mly_release_ccbs(struct mly_softc *);
129 static int mly_scan_btl(struct mly_softc *, int, int);
130 static void mly_scan_channel(struct mly_softc *, int);
133 static int mly_ccb_alloc(struct mly_softc *, struct mly_ccb **);
134 static void mly_ccb_complete(struct mly_softc *, struct mly_ccb *);
135 static void mly_ccb_enqueue(struct mly_softc *, struct mly_ccb *);
136 static void mly_ccb_free(struct mly_softc *, struct mly_ccb *);
137 static int mly_ccb_map(struct mly_softc *, struct mly_ccb *);
138 static int mly_ccb_poll(struct mly_softc *, struct mly_ccb *, int);
139 static int mly_ccb_submit(struct mly_softc *, struct mly_ccb *);
140 static void mly_ccb_unmap(struct mly_softc *, struct mly_ccb *);
141 static int mly_ccb_wait(struct mly_softc *, struct mly_ccb *, int);
143 static void mly_get_xfer_mode(struct mly_softc *, int,
145 static void mly_scsipi_complete(struct mly_softc *, struct mly_ccb *);
152 static int mly_user_command(struct mly_softc *, struct mly_user_command *);
153 static int mly_user_health(struct mly_softc *, struct mly_user_health *);
157 CFATTACH_DECL_NEW(mly, sizeof(struct mly_softc),
281 struct mly_softc *mly;
571 mly_scan_channel(struct mly_softc *mly, int bus)
591 struct mly_softc *mly;
608 mly_get_controllerinfo(struct mly_softc *mly)
640 mly_scan_btl(struct mly_softc *mly, int bus, int target)
705 mly_complete_rescan(struct mly_softc *mly, struct mly_ccb *mc)
816 mly_get_eventstatus(struct mly_softc *mly)
852 mly_enable_mmbox(struct mly_softc *mly)
892 mly_flush(struct mly_softc *mly)
914 mly_ioctl(struct mly_softc *mly, struct mly_cmd_ioctl *ioctl, void **data,
997 mly_check_event(struct mly_softc *mly)
1036 mly_fetch_event(struct mly_softc *mly)
1104 mly_complete_event(struct mly_softc *mly, struct mly_ccb *mc)
1130 mly_process_event(struct mly_softc *mly, struct mly_event *me)
1255 struct mly_softc *mly;
1259 mly = (struct mly_softc *)cookie;
1293 mly_ccb_poll(struct mly_softc *mly, struct mly_ccb *mc, int timo)
1315 mly_ccb_wait(struct mly_softc *mly, struct mly_ccb *mc, int timo)
1338 mly_ccb_enqueue(struct mly_softc *mly, struct mly_ccb *mc)
1360 mly_ccb_submit(struct mly_softc *mly, struct mly_ccb *mc)
1439 struct mly_softc *mly;
1530 mly_ccb_complete(struct mly_softc *mly, struct mly_ccb *mc)
1532 void (*complete)(struct mly_softc *, struct mly_ccb *);
1555 mly_ccb_alloc(struct mly_softc *mly, struct mly_ccb **mcp)
1574 mly_ccb_free(struct mly_softc *mly, struct mly_ccb *mc)
1611 mly_alloc_ccbs(struct mly_softc *mly)
1665 mly_release_ccbs(struct mly_softc *mly)
1685 mly_ccb_map(struct mly_softc *mly, struct mly_ccb *mc)
1765 mly_ccb_unmap(struct mly_softc *mly, struct mly_ccb *mc)
1813 struct mly_softc *mly;
1939 mly_scsipi_complete(struct mly_softc *mly, struct mly_ccb *mc)
2018 mly_get_xfer_mode(struct mly_softc *mly, int bus, struct scsipi_xfer_mode *xm)
2070 struct mly_softc *mly;
2092 mly_fwhandshake(struct mly_softc *mly)
2183 mly_dmamem_alloc(struct mly_softc *mly, int size, bus_dmamap_t *dmamap,
2239 mly_dmamem_free(struct mly_softc *mly, int size, bus_dmamap_t dmamap,
2256 struct mly_softc *mly;
2276 struct mly_softc *mly;
2290 struct mly_softc *mly;
2325 mly_user_command(struct mly_softc *mly, struct mly_user_command *uc)
2414 mly_user_health(struct mly_softc *mly, struct mly_user_health *uh)