Home | History | Annotate | Download | only in pci

Lines Matching defs:ips_ccb

382 struct ips_ccb {
403 struct ips_ccb *); /* callback */
405 SLIST_ENTRY(ips_ccb) c_link; /* queue link */
409 SLIST_HEAD(ips_ccbq, ips_ccb);
449 struct ips_ccb * sc_ccb;
463 void ips_scsi_cmd(struct ips_ccb *);
478 int ips_load_xs(struct ips_softc *, struct ips_ccb *, struct scsipi_xfer *);
479 void ips_start_xs(struct ips_softc *, struct ips_ccb *, struct scsipi_xfer *);
481 int ips_cmd(struct ips_softc *, struct ips_ccb *);
482 int ips_poll(struct ips_softc *, struct ips_ccb *);
483 void ips_done(struct ips_softc *, struct ips_ccb *);
484 void ips_done_xs(struct ips_softc *, struct ips_ccb *);
485 void ips_done_pt(struct ips_softc *, struct ips_ccb *);
486 void ips_done_mgmt(struct ips_softc *, struct ips_ccb *);
487 int ips_error(struct ips_softc *, struct ips_ccb *);
488 int ips_error_xs(struct ips_softc *, struct ips_ccb *);
503 void ips_copperhead_exec(struct ips_softc *, struct ips_ccb *);
508 void ips_morpheus_exec(struct ips_softc *, struct ips_ccb *);
513 struct ips_ccb *ips_ccb_alloc(struct ips_softc *, int);
514 void ips_ccb_free(struct ips_softc *, struct ips_ccb *, int);
515 struct ips_ccb *ips_ccb_get(struct ips_softc *);
516 void ips_ccb_put(struct ips_softc *, struct ips_ccb *);
543 void (*ic_exec)(struct ips_softc *, struct ips_ccb *);
624 struct ips_ccb ccb0;
844 ips_scsi_cmd(struct ips_ccb *ccb)
994 struct ips_ccb *ccb;
1262 ips_load_xs(struct ips_softc *sc, struct ips_ccb *ccb, struct scsipi_xfer *xs)
1302 ips_start_xs(struct ips_softc *sc, struct ips_ccb *ccb, struct scsipi_xfer *xs)
1325 ips_cmd(struct ips_softc *sc, struct ips_ccb *ccb)
1350 ips_poll(struct ips_softc *sc, struct ips_ccb *ccb)
1395 ips_done(struct ips_softc *sc, struct ips_ccb *ccb)
1405 ips_done_xs(struct ips_softc *sc, struct ips_ccb *ccb)
1426 ips_done_pt(struct ips_softc *sc, struct ips_ccb *ccb)
1468 ips_done_mgmt(struct ips_softc *sc, struct ips_ccb *ccb)
1480 ips_error(struct ips_softc *sc, struct ips_ccb *ccb)
1544 ips_error_xs(struct ips_softc *sc, struct ips_ccb *ccb)
1587 struct ips_ccb *ccb;
1636 struct ips_ccb *ccb = arg;
1661 struct ips_ccb *ccb;
1682 struct ips_ccb *ccb;
1703 struct ips_ccb *ccb;
1724 struct ips_ccb *ccb;
1747 struct ips_ccb *ccb;
1768 struct ips_ccb *ccb;
1791 struct ips_ccb *ccb;
1812 ips_copperhead_exec(struct ips_softc *sc, struct ips_ccb *ccb)
1876 ips_morpheus_exec(struct ips_softc *sc, struct ips_ccb *ccb)
1910 struct ips_ccb *
1913 struct ips_ccb *ccb;
1939 ips_ccb_free(struct ips_softc *sc, struct ips_ccb *ccb, int n)
1948 struct ips_ccb *
1951 ips_ccb *ccb;
1966 ips_ccb_put(struct ips_softc *sc, struct ips_ccb *ccb)