Lines Matching refs:cac_ccb
67 static struct cac_ccb *cac_ccb_alloc(struct cac_softc *, int);
68 static void cac_ccb_done(struct cac_softc *, struct cac_ccb *);
69 static void cac_ccb_free(struct cac_softc *, struct cac_ccb *);
70 static int cac_ccb_poll(struct cac_softc *, struct cac_ccb *, int);
71 static int cac_ccb_start(struct cac_softc *, struct cac_ccb *);
75 static struct cac_ccb *cac_l0_completed(struct cac_softc *);
79 static void cac_l0_submit(struct cac_softc *, struct cac_ccb *);
107 struct cac_ccb *ccb;
118 size = sizeof(struct cac_ccb) * CAC_MAX_CCBS;
151 ccb = (struct cac_ccb *)sc->sc_ccbs;
167 ccb->ccb_paddr = sc->sc_ccbs_paddr + i * sizeof(struct cac_ccb);
287 struct cac_ccb *ccb;
315 struct cac_ccb *ccb;
398 cac_ccb_poll(struct cac_softc *sc, struct cac_ccb *wantccb, int timo)
400 struct cac_ccb *ccb;
429 cac_ccb_start(struct cac_softc *sc, struct cac_ccb *ccb)
454 cac_ccb_done(struct cac_softc *sc, struct cac_ccb *ccb)
498 static struct cac_ccb *
501 struct cac_ccb *ccb;
525 cac_ccb_free(struct cac_softc *sc, struct cac_ccb *ccb)
550 cac_l0_submit(struct cac_softc *sc, struct cac_ccb *ccb)
557 sizeof(struct cac_ccb), BUS_DMASYNC_PREWRITE | BUS_DMASYNC_PREREAD);
561 static struct cac_ccb *
564 struct cac_ccb *ccb;
577 ccb = (struct cac_ccb *)((char *)sc->sc_ccbs + off);
579 bus_dmamap_sync(sc->sc_dmat, sc->sc_dmamap, off, sizeof(struct cac_ccb),