Lines Matching refs:sbic_softc
147 static int sbicicmd (struct sbic_softc *, int, int,
149 static int sbicgo (struct sbic_softc *, struct scsipi_xfer *);
151 static int sbicselectbus (struct sbic_softc *, sbic_regmap_p, u_char,
155 static int sbicfromscsiperiod (struct sbic_softc *, sbic_regmap_p, int);
156 static int sbictoscsiperiod (struct sbic_softc *, sbic_regmap_p, int);
157 static int sbicpoll (struct sbic_softc *);
158 static int sbicnextstate (struct sbic_softc *, u_char, u_char);
159 static int sbicmsgin (struct sbic_softc *);
161 static int sbicabort (struct sbic_softc *, sbic_regmap_p, const char *);
162 static void sbicxfdone (struct sbic_softc *, sbic_regmap_p, int);
163 static void sbicerror (struct sbic_softc *, sbic_regmap_p, u_char);
164 static void sbicreset (struct sbic_softc *);
166 static void sbic_sched (struct sbic_softc *);
167 static void sbic_save_ptrs (struct sbic_softc *, sbic_regmap_p);
204 void sbictimeout (struct sbic_softc *);
205 void sbic_dump (struct sbic_softc *);
280 sbic_save_ptrs(struct sbic_softc *dev, sbic_regmap_p regs)
352 struct sbic_softc *dev = device_private(chan->chan_adapter->adapt_dev);
454 sbic_sched(struct sbic_softc *dev)
524 struct sbic_softc *dev;
614 SBIC_TRACE((struct sbic_softc *)0);
633 SBIC_TRACE((struct sbic_softc *)0);
638 sbicabort(struct sbic_softc *dev, sbic_regmap_p regs, const char *where)
714 sbicinit(struct sbic_softc *dev)
780 sbicreset(struct sbic_softc *dev)
883 sbicerror(struct sbic_softc *dev, sbic_regmap_p regs, u_char csr)
900 sbicselectbus(struct sbic_softc *dev, sbic_regmap_p regs, u_char target,
1248 sbicicmd(struct sbic_softc *dev, int target, int lun, struct sbic_acb *acb)
1486 sbicxfdone(struct sbic_softc *dev, sbic_regmap_p regs, int target)
1529 sbicgo(struct sbic_softc *dev, struct scsipi_xfer *xs)
1646 sbicintr(struct sbic_softc *dev)
1697 sbicpoll(struct sbic_softc *dev)
1760 sbicmsgin(struct sbic_softc *dev)
2025 sbicnextstate(struct sbic_softc *dev, u_char csr, u_char asr)
2315 sbictoscsiperiod(struct sbic_softc *dev, sbic_regmap_p regs, int a)
2334 sbicfromscsiperiod(struct sbic_softc *dev, sbic_regmap_p regs, int p)
2374 sbictimeout(struct sbic_softc *dev)
2422 sbic_dump(struct sbic_softc *dev)