Symbol: ips_ccb
sys/dev/pci/ips.c
1322
ips_load_xs(struct ips_softc *sc, struct ips_ccb *ccb, struct scsi_xfer *xs)
sys/dev/pci/ips.c
1362
ips_start_xs(struct ips_softc *sc, struct ips_ccb *ccb, struct scsi_xfer *xs)
sys/dev/pci/ips.c
1382
ips_cmd(struct ips_softc *sc, struct ips_ccb *ccb)
sys/dev/pci/ips.c
1407
ips_poll(struct ips_softc *sc, struct ips_ccb *ccb)
sys/dev/pci/ips.c
1449
ips_done(struct ips_softc *sc, struct ips_ccb *ccb)
sys/dev/pci/ips.c
1461
ips_done_xs(struct ips_softc *sc, struct ips_ccb *ccb)
sys/dev/pci/ips.c
1481
ips_done_pt(struct ips_softc *sc, struct ips_ccb *ccb)
sys/dev/pci/ips.c
1522
ips_done_mgmt(struct ips_softc *sc, struct ips_ccb *ccb)
sys/dev/pci/ips.c
1533
ips_error(struct ips_softc *sc, struct ips_ccb *ccb)
sys/dev/pci/ips.c
1597
ips_error_xs(struct ips_softc *sc, struct ips_ccb *ccb)
sys/dev/pci/ips.c
1640
struct ips_ccb *ccb;
sys/dev/pci/ips.c
1689
struct ips_ccb *ccb = arg;
sys/dev/pci/ips.c
1714
struct ips_ccb *ccb;
sys/dev/pci/ips.c
1735
struct ips_ccb *ccb;
sys/dev/pci/ips.c
1756
struct ips_ccb *ccb;
sys/dev/pci/ips.c
1777
struct ips_ccb *ccb;
sys/dev/pci/ips.c
1800
struct ips_ccb *ccb;
sys/dev/pci/ips.c
1821
struct ips_ccb *ccb;
sys/dev/pci/ips.c
1844
struct ips_ccb *ccb;
sys/dev/pci/ips.c
1865
ips_copperhead_exec(struct ips_softc *sc, struct ips_ccb *ccb)
sys/dev/pci/ips.c
1929
ips_morpheus_exec(struct ips_softc *sc, struct ips_ccb *ccb)
sys/dev/pci/ips.c
1962
struct ips_ccb *
sys/dev/pci/ips.c
1965
struct ips_ccb *ccb;
sys/dev/pci/ips.c
1994
ips_ccb_free(struct ips_softc *sc, struct ips_ccb *ccb, int n)
sys/dev/pci/ips.c
2007
struct ips_ccb *ccb;
sys/dev/pci/ips.c
2025
struct ips_ccb *ccb = xccb;
sys/dev/pci/ips.c
364
struct ips_ccb *); /* callback */
sys/dev/pci/ips.c
366
SLIST_ENTRY(ips_ccb) c_link; /* queue link */
sys/dev/pci/ips.c
370
SLIST_HEAD(ips_ccbq, ips_ccb);
sys/dev/pci/ips.c
411
struct ips_ccb * sc_ccb;
sys/dev/pci/ips.c
442
int ips_load_xs(struct ips_softc *, struct ips_ccb *, struct scsi_xfer *);
sys/dev/pci/ips.c
443
void ips_start_xs(struct ips_softc *, struct ips_ccb *, struct scsi_xfer *);
sys/dev/pci/ips.c
445
int ips_cmd(struct ips_softc *, struct ips_ccb *);
sys/dev/pci/ips.c
446
int ips_poll(struct ips_softc *, struct ips_ccb *);
sys/dev/pci/ips.c
447
void ips_done(struct ips_softc *, struct ips_ccb *);
sys/dev/pci/ips.c
448
void ips_done_xs(struct ips_softc *, struct ips_ccb *);
sys/dev/pci/ips.c
449
void ips_done_pt(struct ips_softc *, struct ips_ccb *);
sys/dev/pci/ips.c
450
void ips_done_mgmt(struct ips_softc *, struct ips_ccb *);
sys/dev/pci/ips.c
451
int ips_error(struct ips_softc *, struct ips_ccb *);
sys/dev/pci/ips.c
452
int ips_error_xs(struct ips_softc *, struct ips_ccb *);
sys/dev/pci/ips.c
467
void ips_copperhead_exec(struct ips_softc *, struct ips_ccb *);
sys/dev/pci/ips.c
472
void ips_morpheus_exec(struct ips_softc *, struct ips_ccb *);
sys/dev/pci/ips.c
477
struct ips_ccb *ips_ccb_alloc(struct ips_softc *, int);
sys/dev/pci/ips.c
478
void ips_ccb_free(struct ips_softc *, struct ips_ccb *, int);
sys/dev/pci/ips.c
517
void (*ic_exec)(struct ips_softc *, struct ips_ccb *);
sys/dev/pci/ips.c
579
struct ips_ccb ccb0;
sys/dev/pci/ips.c
838
struct ips_ccb *ccb = xs->io;
sys/dev/pci/ips.c
965
struct ips_ccb *ccb = xs->io;