Lines Matching refs:siop_softc

106 void siop_select(struct siop_softc *);
107 void siopabort(struct siop_softc *, siop_regmap_p, const char *);
108 void sioperror(struct siop_softc *, siop_regmap_p, u_char);
109 void siopstart(struct siop_softc *);
110 int siop_checkintr(struct siop_softc *, u_char, u_char, u_char, int *);
111 void siopreset(struct siop_softc *);
115 void siop_sched(struct siop_softc *);
116 void siop_poll(struct siop_softc *, struct siop_acb *);
117 void siopintr(struct siop_softc *);
118 void scsi_period_to_siop(struct siop_softc *, int);
119 void siop_start(struct siop_softc *, int, int, u_char *, int, u_char *, int);
199 void siop_dump(struct siop_softc *);
232 struct siop_softc *sc = device_private(chan->chan_adapter->adapt_dev); in siop_scsipi_request()
299 siop_poll(struct siop_softc *sc, struct siop_acb *acb) in siop_poll()
363 siop_sched(struct siop_softc *sc) in siop_sched()
417 struct siop_softc *sc; in siop_scsidone()
499 siopabort(register struct siop_softc *sc, siop_regmap_p rp, const char *where) in siopabort()
551 siopinitialize(struct siop_softc *sc) in siopinitialize()
613 struct siop_softc *sc; in siop_timeout()
631 siopreset(struct siop_softc *sc) in siopreset()
731 siop_start(struct siop_softc *sc, int target, int lun, u_char *cbuf, int clen, in siop_start()
905 siop_checkintr(struct siop_softc *sc, u_char istat, u_char dstat, in siop_checkintr()
1442 siop_select(struct siop_softc *sc) in siop_select()
1488 siopintr(register struct siop_softc *sc) in siopintr()
1562 scsi_period_to_siop(struct siop_softc *sc, int target) in scsi_period_to_siop()
1655 siop_dump(struct siop_softc *sc) in siop_dump()