Lines Matching refs:siop_softc
110 void siopng_select(struct siop_softc *);
111 void siopngabort(struct siop_softc *, siop_regmap_p, const char *);
112 void siopngerror(struct siop_softc *, siop_regmap_p, u_char);
113 int siopng_checkintr(struct siop_softc *, u_char, u_char, u_short, int *);
114 void siopngreset(struct siop_softc *);
118 void siopng_sched(struct siop_softc *);
119 void siopng_poll(struct siop_softc *, struct siop_acb *);
120 void siopngintr(struct siop_softc *);
121 void scsi_period_to_siopng(struct siop_softc *, int);
122 void siopng_start(struct siop_softc *, int, int, u_char *, int, u_char *, int);
179 void siopng_dump(struct siop_softc *);
219 struct siop_softc *sc = device_private(chan->chan_adapter->adapt_dev); in siopng_scsipi_request()
285 siopng_poll(struct siop_softc *sc, struct siop_acb *acb) in siopng_poll()
348 siopng_sched(struct siop_softc *sc) in siopng_sched()
402 struct siop_softc *sc; in siopng_scsidone()
484 siopngabort(register struct siop_softc *sc, siop_regmap_p rp, const char *where) in siopngabort()
538 siopnginitialize(struct siop_softc *sc) in siopnginitialize()
601 struct siop_softc *sc; in siopng_timeout()
619 siopngreset(struct siop_softc *sc) in siopngreset()
760 siopng_start(struct siop_softc *sc, int target, int lun, u_char *cbuf, in siopng_start()
970 siopng_checkintr(struct siop_softc *sc, u_char istat, u_char dstat, in siopng_checkintr()
1591 siopng_select(struct siop_softc *sc) in siopng_select()
1637 siopngintr(register struct siop_softc *sc) in siopngintr()
1712 scsi_period_to_siopng(struct siop_softc *sc, int target) in scsi_period_to_siopng()
1766 siopng_dump_registers(struct siop_softc *sc) in siopng_dump_registers()
1843 siopng_dump(struct siop_softc *sc) in siopng_dump()