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