/src/sys/arch/sgimips/stand/common/ |
iris_scsictl.c | 42 struct wd33c93_softc *sc = &wd33c93_softc[scsi_ctlr]; 54 struct wd33c93_softc *sc = &wd33c93_softc[scsi_ctlr]; 66 struct wd33c93_softc *sc = &wd33c93_softc[scsi_ctlr]; 92 struct wd33c93_softc *sc = &wd33c93_softc[scsi_ctlr];
|
iris_scsi.c | 57 void wd33c93_reset(struct wd33c93_softc *); 58 int wd33c93_wait(struct wd33c93_softc *, uint8_t, int); 59 uint8_t wd33c93_selectbus(struct wd33c93_softc *, uint8_t *, size_t, uint8_t *, 61 void wd33c93_setsync(struct wd33c93_softc *); 62 int wd33c93_nextstate(struct wd33c93_softc *, uint8_t *, size_t, uint8_t *, 64 size_t wd33c93_xfout(struct wd33c93_softc *, void *, size_t *); 65 int wd33c93_intr(struct wd33c93_softc *, uint8_t *, size_t, uint8_t *, 67 size_t wd33c93_xfin(struct wd33c93_softc *, void *, size_t *); 68 void wd33c93_xferdone(struct wd33c93_softc *); 69 int wd33c93_abort(struct wd33c93_softc *, uint8_t *, size_t, uint8_t * [all...] |
iris_scsivar.h | 51 struct wd33c93_softc { struct 64 struct wd33c93_softc wd33c93_softc[NSCSI]; variable in typeref:struct:wd33c93_softc[]
|
iris_machdep.h | 57 int wd33c93_go(struct wd33c93_softc *, uint8_t *, size_t, uint8_t *, size_t *);
|
/src/sys/arch/sgimips/hpc/ |
wdsc.c | 69 struct wd33c93_softc sc_wd33c93; /* Must be first */ 86 int wdsc_dmasetup(struct wd33c93_softc *, void ** ,size_t *, int, size_t *); 87 int wdsc_dmago(struct wd33c93_softc *); 88 void wdsc_dmastop(struct wd33c93_softc *); 89 void wdsc_reset(struct wd33c93_softc *); 141 struct wd33c93_softc *sc = &wsc->sc_wd33c93; 203 wdsc_dmasetup(struct wd33c93_softc *sc, void **addr, size_t *len, int datain, 245 wdsc_dmago(struct wd33c93_softc *sc) 272 wdsc_dmastop(struct wd33c93_softc *sc) 295 wdsc_reset(struct wd33c93_softc *sc [all...] |
/src/sys/arch/sgimips/ioc/ |
oiocsc.c | 69 struct wd33c93_softc sc_wd33c93; /* Must be first */ 98 int oiocsc_dmasetup (struct wd33c93_softc *, void **, size_t *, 100 int oiocsc_dmago (struct wd33c93_softc *); 101 void oiocsc_dmastop (struct wd33c93_softc *); 102 void oiocsc_reset (struct wd33c93_softc *); 127 struct wd33c93_softc *sc = &osc->sc_wd33c93; 201 oiocsc_dmasetup(struct wd33c93_softc *dev, void **addr, size_t *len, int datain, 264 oiocsc_dmago(struct wd33c93_softc *dev) 292 oiocsc_dmastop(struct wd33c93_softc *dev) 313 oiocsc_reset(struct wd33c93_softc *dev [all...] |
/src/sys/dev/ic/ |
wd33c93var.h | 120 struct wd33c93_softc { struct 180 int (*sc_dmasetup) (struct wd33c93_softc *, void **, 182 int (*sc_dmago) (struct wd33c93_softc *); 183 void (*sc_dmastop) (struct wd33c93_softc *); 184 void (*sc_reset) (struct wd33c93_softc *); 269 void wd33c93_attach (struct wd33c93_softc *); 270 int wd33c93_intr (struct wd33c93_softc *);
|
wd33c93.c | 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 * [all...] |
/src/sys/dev/podulebus/ |
sec.c | 70 struct wd33c93_softc sc_sbic; 101 static int sec_dmasetup(struct wd33c93_softc *, void **, size_t *, int, 103 static int sec_dmago(struct wd33c93_softc *); 104 static void sec_dmastop(struct wd33c93_softc *); 105 static void sec_reset(struct wd33c93_softc *); 388 sec_dmasetup(struct wd33c93_softc *sc_sbic, void **addr, size_t *len, 411 sec_dmago(struct wd33c93_softc *sc_sbic) 423 sec_dmastop(struct wd33c93_softc *sc_sbic) 437 sec_reset(struct wd33c93_softc *sc_sbic)
|