Lines Matching refs:wd33c93_softc
118 void wd33c93_init (struct wd33c93_softc *);
119 void wd33c93_reset (struct wd33c93_softc *);
120 int wd33c93_go (struct wd33c93_softc *, struct wd33c93_acb *);
121 int wd33c93_dmaok (struct wd33c93_softc *, struct scsipi_xfer *);
122 int wd33c93_wait (struct wd33c93_softc *, u_char, int , int);
123 u_char wd33c93_selectbus (struct wd33c93_softc *, struct wd33c93_acb *);
124 int wd33c93_xfout (struct wd33c93_softc *, int, void *);
125 int wd33c93_xfin (struct wd33c93_softc *, int, void *);
126 int wd33c93_poll (struct wd33c93_softc *, struct wd33c93_acb *);
127 int wd33c93_nextstate (struct wd33c93_softc *, struct wd33c93_acb *,
129 int wd33c93_abort (struct wd33c93_softc *, struct wd33c93_acb *,
131 void wd33c93_xferdone (struct wd33c93_softc *);
132 void wd33c93_error (struct wd33c93_softc *, struct wd33c93_acb *);
133 void wd33c93_scsidone (struct wd33c93_softc *, struct wd33c93_acb *, int);
134 void wd33c93_sched (struct wd33c93_softc *);
135 void wd33c93_dequeue (struct wd33c93_softc *, struct wd33c93_acb *);
136 void wd33c93_dma_stop (struct wd33c93_softc *);
137 void wd33c93_dma_setup (struct wd33c93_softc *, int);
138 int wd33c93_msgin_phase (struct wd33c93_softc *, int);
139 void wd33c93_msgin (struct wd33c93_softc *, u_char *, int);
140 void wd33c93_reselect (struct wd33c93_softc *, int, int, int, int);
141 void wd33c93_sched_msgout (struct wd33c93_softc *, u_short);
142 void wd33c93_msgout (struct wd33c93_softc *);
145 u_char wd33c93_stp2syn (struct wd33c93_softc *, struct wd33c93_tinfo *);
146 void wd33c93_setsync (struct wd33c93_softc *, struct wd33c93_tinfo *);
147 void wd33c93_update_xfer_mode (struct wd33c93_softc *, int);
185 wd33c93_attach(struct wd33c93_softc *sc)
244 wd33c93_init(struct wd33c93_softc *sc)
290 wd33c93_reset(struct wd33c93_softc *sc)
397 wd33c93_error(struct wd33c93_softc *sc, struct wd33c93_acb *acb)
415 wd33c93_stp2syn(struct wd33c93_softc *sc, struct wd33c93_tinfo *ti)
443 wd33c93_setsync(struct wd33c93_softc *sc, struct wd33c93_tinfo *ti)
462 wd33c93_dmaok(struct wd33c93_softc *sc, struct scsipi_xfer *xs)
474 wd33c93_dma_setup(struct wd33c93_softc *sc, int datain)
497 wd33c93_dma_stop(struct wd33c93_softc *sc)
551 struct wd33c93_softc *sc =
663 wd33c93_sched(struct wd33c93_softc *sc)
772 wd33c93_scsidone(struct wd33c93_softc *sc, struct wd33c93_acb *acb, int status)
842 wd33c93_dequeue(struct wd33c93_softc *sc, struct wd33c93_acb *acb)
873 wd33c93_wait(struct wd33c93_softc *sc, u_char until, int timeo, int line)
899 wd33c93_abort(struct wd33c93_softc *sc, struct wd33c93_acb *acb,
981 wd33c93_selectbus(struct wd33c93_softc *sc, struct wd33c93_acb *acb)
1162 wd33c93_xfout(struct wd33c93_softc *sc, int len, void *bp)
1215 wd33c93_xfin(struct wd33c93_softc *sc, int len, void *bp)
1269 wd33c93_xferdone(struct wd33c93_softc *sc)
1309 wd33c93_go(struct wd33c93_softc *sc, struct wd33c93_acb *acb)
1378 wd33c93_intr(struct wd33c93_softc *sc)
1421 wd33c93_poll(struct wd33c93_softc *sc, struct wd33c93_acb *acb)
1472 wd33c93_msgin_phase(struct wd33c93_softc *sc, int reselect)
1532 void wd33c93_msgin(struct wd33c93_softc *sc, u_char *msgaddr, int msglen)
1773 wd33c93_sched_msgout(struct wd33c93_softc *sc, u_short msg)
1797 wd33c93_msgout(struct wd33c93_softc *sc)
1892 wd33c93_nextstate(struct wd33c93_softc *sc, struct wd33c93_acb *acb, u_char csr, u_char asr)
2166 wd33c93_reselect(struct wd33c93_softc *sc, int target, int lun, int tag_type, int tag_id)
2250 wd33c93_update_xfer_mode(struct wd33c93_softc *sc, int target)
2282 struct wd33c93_softc *sc =
2310 struct wd33c93_softc *sc = arg;