Home | History | Annotate | Download | only in pci

Lines Matching refs:mly_ccb

114 static void	mly_complete_event(struct mly_softc *, struct mly_ccb *);
115 static void mly_complete_rescan(struct mly_softc *, struct mly_ccb *);
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);
145 static void mly_scsipi_complete(struct mly_softc *, struct mly_ccb *);
642 struct mly_ccb *mc;
705 mly_complete_rescan(struct mly_softc *mly, struct mly_ccb *mc)
918 struct mly_ccb *mc;
1038 struct mly_ccb *mc;
1104 mly_complete_event(struct mly_softc *mly, struct mly_ccb *mc)
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)
1435 struct mly_ccb *mc;
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)
1557 struct mly_ccb *mc;
1574 mly_ccb_free(struct mly_softc *mly, struct mly_ccb *mc)
1613 struct mly_ccb *mc;
1634 mly->mly_ccbs = malloc(sizeof(struct mly_ccb) * mly->mly_ncmds,
1667 struct mly_ccb *mc;
1685 mly_ccb_map(struct mly_softc *mly, struct mly_ccb *mc)
1765 mly_ccb_unmap(struct mly_softc *mly, struct mly_ccb *mc)
1809 struct mly_ccb *mc;
1939 mly_scsipi_complete(struct mly_softc *mly, struct mly_ccb *mc)
2327 struct mly_ccb *mc;