HomeSort by: relevance | last modified time | path
    Searched refs:siop_softc (Results 1 - 15 of 15) sorted by relevancy

  /src/sys/dev/ic/
siopvar.h 116 struct siop_softc { struct
131 void siop_attach(struct siop_softc *);
133 void siop_add_dev(struct siop_softc *, int, int);
134 void siop_del_dev(struct siop_softc *, int, int);
siop.c 77 void siop_reset(struct siop_softc *);
78 void siop_handle_reset(struct siop_softc *);
81 void siop_unqueue(struct siop_softc *, int, int);
82 static void siop_start(struct siop_softc *, struct siop_cmd *);
87 void siop_dump_script(struct siop_softc *);
88 void siop_morecbd(struct siop_softc *);
89 struct siop_lunsw *siop_get_lunsw(struct siop_softc *);
90 void siop_add_reselsw(struct siop_softc *, int);
91 void siop_update_scntl3(struct siop_softc *,
109 static inline void siop_script_sync(struct siop_softc *, int)
    [all...]
  /src/sys/arch/amiga/dev/
siopvar.h 118 struct siop_softc { struct
217 void siopnginitialize(struct siop_softc *);
218 void siopngintr(struct siop_softc *);
219 void siopng_dump_registers(struct siop_softc *);
221 void siopng_dump(struct siop_softc *);
229 void siopinitialize(struct siop_softc *);
230 void siopintr(struct siop_softc *);
231 void siop_dump_registers(struct siop_softc *);
233 void siop_dump(struct siop_softc *);
drsc.c 85 int drsc_dmaintr(struct siop_softc *);
93 CFATTACH_DECL_NEW(drsc, sizeof(struct siop_softc),
96 static struct siop_softc *drsc_softc;
117 struct siop_softc *sc = device_private(self);
187 struct siop_softc *sc = drsc_softc;
235 struct siop_softc *sc;
afsc.c 91 CFATTACH_DECL_NEW(afsc, sizeof(struct siop_softc),
94 CFATTACH_DECL_NEW(aftsc, sizeof(struct siop_softc),
133 struct siop_softc *sc = device_private(self);
195 struct siop_softc *sc = arg;
221 struct siop_softc *sc;
bppcsc.c 94 CFATTACH_DECL_NEW(bppcsc, sizeof(struct siop_softc),
116 struct siop_softc *sc;
178 struct siop_softc *sc;
207 struct siop_softc *sc;
cbiiisc.c 94 CFATTACH_DECL_NEW(cbiiisc, sizeof(struct siop_softc),
116 struct siop_softc *sc = device_private(self);
175 struct siop_softc *sc = arg;
203 struct siop_softc *sc;
mgnsc.c 90 CFATTACH_DECL_NEW(mgnsc, sizeof(struct siop_softc),
110 struct siop_softc *sc = device_private(self);
178 struct siop_softc *sc = arg;
211 struct siop_softc *sc;
wesc.c 90 CFATTACH_DECL_NEW(wesc, sizeof(struct siop_softc),
110 struct siop_softc *sc = device_private(self);
169 struct siop_softc *sc = arg;
195 struct siop_softc *sc;
zssc.c 86 CFATTACH_DECL_NEW(zssc, sizeof(struct siop_softc),
106 struct siop_softc *sc = device_private(self);
166 struct siop_softc *sc = arg;
199 struct siop_softc *sc;
siop.c 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)
    [all...]
siop2.c 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)
    [all...]
  /src/sys/dev/pci/
siop_pci.c 48 struct siop_softc siop;
  /src/sys/arch/hppa/dev/
siop_sgc.c 59 struct siop_softc sc_siop;
84 struct siop_softc *sc = &sgc->sc_siop;
  /src/sys/arch/hppa/gsc/
siop_gsc.c 59 struct siop_softc sc_siop;
84 struct siop_softc *sc = &gsc->sc_siop;

Completed in 21 milliseconds