Searched refs:siop_softc (Results 1 - 15 of 15) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Dsiopvar.h116 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);
H A Dsiop.c77 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 *, in
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/amiga/dev/
H A Dsiopvar.h118 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 *);
H A Ddrsc.c85 int drsc_dmaintr(struct siop_softc *);
93 CFATTACH_DECL(drsc, sizeof(struct siop_softc),
96 static struct siop_softc *drsc_softc;
117 struct siop_softc *sc = (struct siop_softc *)dp;
189 struct siop_softc *sc = drsc_softc;
237 struct siop_softc *sc;
H A Dafsc.c95 CFATTACH_DECL(afsc, sizeof(struct siop_softc),
98 CFATTACH_DECL(aftsc, sizeof(struct siop_softc),
137 struct siop_softc *sc = (struct siop_softc *)dp;
198 struct siop_softc *sc = arg;
224 struct siop_softc *sc;
H A Dbppcsc.c94 CFATTACH_DECL(bppcsc, sizeof(struct siop_softc),
116 struct siop_softc *sc;
121 sc = (struct siop_softc *)dp;
177 struct siop_softc *sc;
206 struct siop_softc *sc;
H A Dcbiiisc.c94 CFATTACH_DECL(cbiiisc, sizeof(struct siop_softc),
116 struct siop_softc *sc = (struct siop_softc *)dp;
174 struct siop_softc *sc = arg;
202 struct siop_softc *sc;
H A Dmgnsc.c90 CFATTACH_DECL(mgnsc, sizeof(struct siop_softc),
110 struct siop_softc *sc = (struct siop_softc *)dp;
176 struct siop_softc *sc = arg;
209 struct siop_softc *sc;
H A Dwesc.c90 CFATTACH_DECL(wesc, sizeof(struct siop_softc),
110 struct siop_softc *sc = (struct siop_softc *)dp;
168 struct siop_softc *sc = arg;
194 struct siop_softc *sc;
H A Dzssc.c86 CFATTACH_DECL(zssc, sizeof(struct siop_softc),
106 struct siop_softc *sc;
114 sc = (struct siop_softc *)dp;
166 struct siop_softc *sc = arg;
199 struct siop_softc *sc;
H A Dsiop.c106 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 *, in
[all...]
H A Dsiop2.c110 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 *, in
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Dsiop_pci.c48 struct siop_softc siop;
/netbsd-6-1-5-RELEASE/sys/arch/hp700/dev/
H A Dsiop_sgc.c60 struct siop_softc sc_siop;
89 struct siop_softc *sc = &sgc->sc_siop;
/netbsd-6-1-5-RELEASE/sys/arch/hp700/gsc/
H A Dsiop_gsc.c59 struct siop_softc sc_siop;
84 struct siop_softc *sc = &gsc->sc_siop;

Completed in 103 milliseconds