ips_ccb           173 dev/pci/ips.c  struct ips_ccb {
ips_ccb           188 dev/pci/ips.c  	TAILQ_ENTRY(ips_ccb)	c_link;		/* queue link */
ips_ccb           192 dev/pci/ips.c  TAILQ_HEAD(ips_ccbq, ips_ccb);
ips_ccb           220 dev/pci/ips.c  	struct ips_ccb *	sc_ccb;
ips_ccb           233 dev/pci/ips.c  int	ips_poll(struct ips_softc *, struct ips_ccb *);
ips_ccb           234 dev/pci/ips.c  void	ips_done(struct ips_softc *, struct ips_ccb *);
ips_ccb           241 dev/pci/ips.c  void	ips_copperhead_exec(struct ips_softc *, struct ips_ccb *);
ips_ccb           248 dev/pci/ips.c  void	ips_morpheus_exec(struct ips_softc *, struct ips_ccb *);
ips_ccb           255 dev/pci/ips.c  struct ips_ccb *ips_ccb_alloc(struct ips_softc *, int);
ips_ccb           256 dev/pci/ips.c  void	ips_ccb_free(struct ips_softc *, struct ips_ccb *, int);
ips_ccb           257 dev/pci/ips.c  struct ips_ccb *ips_ccb_get(struct ips_softc *);
ips_ccb           258 dev/pci/ips.c  void	ips_ccb_put(struct ips_softc *, struct ips_ccb *);
ips_ccb           298 dev/pci/ips.c  	void		(*ic_exec)(struct ips_softc *, struct ips_ccb *);
ips_ccb           351 dev/pci/ips.c  	struct ips_ccb ccb0;
ips_ccb           630 dev/pci/ips.c  	struct ips_ccb *ccb;
ips_ccb           707 dev/pci/ips.c  ips_poll(struct ips_softc *sc, struct ips_ccb *c)
ips_ccb           709 dev/pci/ips.c  	struct ips_ccb *ccb = NULL;
ips_ccb           739 dev/pci/ips.c  ips_done(struct ips_softc *sc, struct ips_ccb *ccb)
ips_ccb           790 dev/pci/ips.c  	struct ips_ccb *ccb;
ips_ccb           838 dev/pci/ips.c  ips_copperhead_exec(struct ips_softc *sc, struct ips_ccb *ccb)
ips_ccb           898 dev/pci/ips.c  ips_morpheus_exec(struct ips_softc *sc, struct ips_ccb *ccb)
ips_ccb           948 dev/pci/ips.c  struct ips_ccb *
ips_ccb           951 dev/pci/ips.c  	struct ips_ccb *ccb;
ips_ccb           978 dev/pci/ips.c  ips_ccb_free(struct ips_softc *sc, struct ips_ccb *ccb, int n)
ips_ccb           987 dev/pci/ips.c  struct ips_ccb *
ips_ccb           990 dev/pci/ips.c  	struct ips_ccb *ccb;
ips_ccb           999 dev/pci/ips.c  ips_ccb_put(struct ips_softc *sc, struct ips_ccb *ccb)