Home | History | Annotate | Download | only in pci

Lines Matching refs:arc_ccb

142 static struct arc_ccb	*arc_get_ccb(struct arc_softc *);
143 static void arc_put_ccb(struct arc_softc *, struct arc_ccb *);
144 static int arc_load_xs(struct arc_ccb *);
145 static int arc_complete(struct arc_softc *, struct arc_ccb *, int);
146 static void arc_scsi_cmd_done(struct arc_softc *, struct arc_ccb *,
331 struct arc_ccb *ccb = NULL;
386 struct arc_ccb *ccb;
479 arc_load_xs(struct arc_ccb *ccb)
518 arc_scsi_cmd_done(struct arc_softc *sc, struct arc_ccb *ccb, uint32_t reg)
573 arc_complete(struct arc_softc *sc, struct arc_ccb *nccb, int timeout)
575 struct arc_ccb *ccb = NULL;
2086 struct arc_ccb *ccb;
2093 ccbslen = sizeof(struct arc_ccb) * sc->sc_req_count;
2138 static struct arc_ccb *
2141 struct arc_ccb *ccb;
2151 arc_put_ccb(struct arc_softc *sc, struct arc_ccb *ccb)