Symbol: siop_softc
sys/arch/amiga/dev/afsc.c
133
struct siop_softc *sc = device_private(self);
sys/arch/amiga/dev/afsc.c
195
struct siop_softc *sc = arg;
sys/arch/amiga/dev/afsc.c
221
struct siop_softc *sc;
sys/arch/amiga/dev/afsc.c
91
CFATTACH_DECL_NEW(afsc, sizeof(struct siop_softc),
sys/arch/amiga/dev/afsc.c
94
CFATTACH_DECL_NEW(aftsc, sizeof(struct siop_softc),
sys/arch/amiga/dev/bppcsc.c
116
struct siop_softc *sc;
sys/arch/amiga/dev/bppcsc.c
178
struct siop_softc *sc;
sys/arch/amiga/dev/bppcsc.c
207
struct siop_softc *sc;
sys/arch/amiga/dev/bppcsc.c
94
CFATTACH_DECL_NEW(bppcsc, sizeof(struct siop_softc),
sys/arch/amiga/dev/cbiiisc.c
116
struct siop_softc *sc = device_private(self);
sys/arch/amiga/dev/cbiiisc.c
175
struct siop_softc *sc = arg;
sys/arch/amiga/dev/cbiiisc.c
203
struct siop_softc *sc;
sys/arch/amiga/dev/cbiiisc.c
94
CFATTACH_DECL_NEW(cbiiisc, sizeof(struct siop_softc),
sys/arch/amiga/dev/drsc.c
117
struct siop_softc *sc = device_private(self);
sys/arch/amiga/dev/drsc.c
187
struct siop_softc *sc = drsc_softc;
sys/arch/amiga/dev/drsc.c
235
struct siop_softc *sc;
sys/arch/amiga/dev/drsc.c
85
int drsc_dmaintr(struct siop_softc *);
sys/arch/amiga/dev/drsc.c
93
CFATTACH_DECL_NEW(drsc, sizeof(struct siop_softc),
sys/arch/amiga/dev/drsc.c
96
static struct siop_softc *drsc_softc;
sys/arch/amiga/dev/mgnsc.c
110
struct siop_softc *sc = device_private(self);
sys/arch/amiga/dev/mgnsc.c
178
struct siop_softc *sc = arg;
sys/arch/amiga/dev/mgnsc.c
211
struct siop_softc *sc;
sys/arch/amiga/dev/mgnsc.c
90
CFATTACH_DECL_NEW(mgnsc, sizeof(struct siop_softc),
sys/arch/amiga/dev/siop.c
106
void siop_select(struct siop_softc *);
sys/arch/amiga/dev/siop.c
107
void siopabort(struct siop_softc *, siop_regmap_p, const char *);
sys/arch/amiga/dev/siop.c
108
void sioperror(struct siop_softc *, siop_regmap_p, u_char);
sys/arch/amiga/dev/siop.c
109
void siopstart(struct siop_softc *);
sys/arch/amiga/dev/siop.c
110
int siop_checkintr(struct siop_softc *, u_char, u_char, u_char, int *);
sys/arch/amiga/dev/siop.c
111
void siopreset(struct siop_softc *);
sys/arch/amiga/dev/siop.c
115
void siop_sched(struct siop_softc *);
sys/arch/amiga/dev/siop.c
116
void siop_poll(struct siop_softc *, struct siop_acb *);
sys/arch/amiga/dev/siop.c
117
void siopintr(struct siop_softc *);
sys/arch/amiga/dev/siop.c
118
void scsi_period_to_siop(struct siop_softc *, int);
sys/arch/amiga/dev/siop.c
119
void siop_start(struct siop_softc *, int, int, u_char *, int, u_char *, int);
sys/arch/amiga/dev/siop.c
1442
siop_select(struct siop_softc *sc)
sys/arch/amiga/dev/siop.c
1488
siopintr(register struct siop_softc *sc)
sys/arch/amiga/dev/siop.c
1562
scsi_period_to_siop(struct siop_softc *sc, int target)
sys/arch/amiga/dev/siop.c
1655
siop_dump(struct siop_softc *sc)
sys/arch/amiga/dev/siop.c
199
void siop_dump(struct siop_softc *);
sys/arch/amiga/dev/siop.c
232
struct siop_softc *sc = device_private(chan->chan_adapter->adapt_dev);
sys/arch/amiga/dev/siop.c
299
siop_poll(struct siop_softc *sc, struct siop_acb *acb)
sys/arch/amiga/dev/siop.c
363
siop_sched(struct siop_softc *sc)
sys/arch/amiga/dev/siop.c
417
struct siop_softc *sc;
sys/arch/amiga/dev/siop.c
499
siopabort(register struct siop_softc *sc, siop_regmap_p rp, const char *where)
sys/arch/amiga/dev/siop.c
551
siopinitialize(struct siop_softc *sc)
sys/arch/amiga/dev/siop.c
613
struct siop_softc *sc;
sys/arch/amiga/dev/siop.c
631
siopreset(struct siop_softc *sc)
sys/arch/amiga/dev/siop.c
731
siop_start(struct siop_softc *sc, int target, int lun, u_char *cbuf, int clen,
sys/arch/amiga/dev/siop.c
905
siop_checkintr(struct siop_softc *sc, u_char istat, u_char dstat,
sys/arch/amiga/dev/siop2.c
110
void siopng_select(struct siop_softc *);
sys/arch/amiga/dev/siop2.c
111
void siopngabort(struct siop_softc *, siop_regmap_p, const char *);
sys/arch/amiga/dev/siop2.c
112
void siopngerror(struct siop_softc *, siop_regmap_p, u_char);
sys/arch/amiga/dev/siop2.c
113
int siopng_checkintr(struct siop_softc *, u_char, u_char, u_short, int *);
sys/arch/amiga/dev/siop2.c
114
void siopngreset(struct siop_softc *);
sys/arch/amiga/dev/siop2.c
118
void siopng_sched(struct siop_softc *);
sys/arch/amiga/dev/siop2.c
119
void siopng_poll(struct siop_softc *, struct siop_acb *);
sys/arch/amiga/dev/siop2.c
120
void siopngintr(struct siop_softc *);
sys/arch/amiga/dev/siop2.c
121
void scsi_period_to_siopng(struct siop_softc *, int);
sys/arch/amiga/dev/siop2.c
122
void siopng_start(struct siop_softc *, int, int, u_char *, int, u_char *, int);
sys/arch/amiga/dev/siop2.c
1591
siopng_select(struct siop_softc *sc)
sys/arch/amiga/dev/siop2.c
1637
siopngintr(register struct siop_softc *sc)
sys/arch/amiga/dev/siop2.c
1712
scsi_period_to_siopng(struct siop_softc *sc, int target)
sys/arch/amiga/dev/siop2.c
1766
siopng_dump_registers(struct siop_softc *sc)
sys/arch/amiga/dev/siop2.c
179
void siopng_dump(struct siop_softc *);
sys/arch/amiga/dev/siop2.c
1843
siopng_dump(struct siop_softc *sc)
sys/arch/amiga/dev/siop2.c
219
struct siop_softc *sc = device_private(chan->chan_adapter->adapt_dev);
sys/arch/amiga/dev/siop2.c
285
siopng_poll(struct siop_softc *sc, struct siop_acb *acb)
sys/arch/amiga/dev/siop2.c
348
siopng_sched(struct siop_softc *sc)
sys/arch/amiga/dev/siop2.c
402
struct siop_softc *sc;
sys/arch/amiga/dev/siop2.c
484
siopngabort(register struct siop_softc *sc, siop_regmap_p rp, const char *where)
sys/arch/amiga/dev/siop2.c
538
siopnginitialize(struct siop_softc *sc)
sys/arch/amiga/dev/siop2.c
601
struct siop_softc *sc;
sys/arch/amiga/dev/siop2.c
619
siopngreset(struct siop_softc *sc)
sys/arch/amiga/dev/siop2.c
760
siopng_start(struct siop_softc *sc, int target, int lun, u_char *cbuf,
sys/arch/amiga/dev/siop2.c
970
siopng_checkintr(struct siop_softc *sc, u_char istat, u_char dstat,
sys/arch/amiga/dev/siopvar.h
217
void siopnginitialize(struct siop_softc *);
sys/arch/amiga/dev/siopvar.h
218
void siopngintr(struct siop_softc *);
sys/arch/amiga/dev/siopvar.h
219
void siopng_dump_registers(struct siop_softc *);
sys/arch/amiga/dev/siopvar.h
221
void siopng_dump(struct siop_softc *);
sys/arch/amiga/dev/siopvar.h
229
void siopinitialize(struct siop_softc *);
sys/arch/amiga/dev/siopvar.h
230
void siopintr(struct siop_softc *);
sys/arch/amiga/dev/siopvar.h
231
void siop_dump_registers(struct siop_softc *);
sys/arch/amiga/dev/siopvar.h
233
void siop_dump(struct siop_softc *);
sys/arch/amiga/dev/wesc.c
110
struct siop_softc *sc = device_private(self);
sys/arch/amiga/dev/wesc.c
169
struct siop_softc *sc = arg;
sys/arch/amiga/dev/wesc.c
195
struct siop_softc *sc;
sys/arch/amiga/dev/wesc.c
90
CFATTACH_DECL_NEW(wesc, sizeof(struct siop_softc),
sys/arch/amiga/dev/zssc.c
106
struct siop_softc *sc = device_private(self);
sys/arch/amiga/dev/zssc.c
166
struct siop_softc *sc = arg;
sys/arch/amiga/dev/zssc.c
199
struct siop_softc *sc;
sys/arch/amiga/dev/zssc.c
86
CFATTACH_DECL_NEW(zssc, sizeof(struct siop_softc),
sys/arch/hppa/dev/siop_sgc.c
59
struct siop_softc sc_siop;
sys/arch/hppa/dev/siop_sgc.c
84
struct siop_softc *sc = &sgc->sc_siop;
sys/arch/hppa/gsc/siop_gsc.c
59
struct siop_softc sc_siop;
sys/arch/hppa/gsc/siop_gsc.c
84
struct siop_softc *sc = &gsc->sc_siop;
sys/dev/ic/siop.c
1008
struct siop_softc *sc = (struct siop_softc *)siop_cmd->cmd_c.siop_sc;
sys/dev/ic/siop.c
1071
siop_unqueue(struct siop_softc *sc, int target, int lun)
sys/dev/ic/siop.c
109
static inline void siop_script_sync(struct siop_softc *, int);
sys/dev/ic/siop.c
111
siop_script_sync(struct siop_softc *sc, int ops)
sys/dev/ic/siop.c
1124
struct siop_softc *sc = (struct siop_softc *)siop_cmd->cmd_c.siop_sc;
sys/dev/ic/siop.c
1167
siop_handle_reset(struct siop_softc *sc)
sys/dev/ic/siop.c
119
static inline uint32_t siop_script_read(struct siop_softc *, u_int);
sys/dev/ic/siop.c
121
siop_script_read(struct siop_softc *sc, u_int offset)
sys/dev/ic/siop.c
1232
struct siop_softc *sc = device_private(chan->chan_adapter->adapt_dev);
sys/dev/ic/siop.c
132
static inline void siop_script_write(struct siop_softc *, u_int,
sys/dev/ic/siop.c
135
siop_script_write(struct siop_softc *sc, u_int offset, uint32_t val)
sys/dev/ic/siop.c
1439
siop_start(struct siop_softc *sc, struct siop_cmd *siop_cmd)
sys/dev/ic/siop.c
147
siop_attach(struct siop_softc *sc)
sys/dev/ic/siop.c
1575
struct siop_softc *sc = (struct siop_softc *)siop_cmd->cmd_c.siop_sc;
sys/dev/ic/siop.c
1600
siop_dump_script(struct siop_softc *sc)
sys/dev/ic/siop.c
1617
siop_morecbd(struct siop_softc *sc)
sys/dev/ic/siop.c
1779
siop_get_lunsw(struct siop_softc *sc)
sys/dev/ic/siop.c
180
siop_reset(struct siop_softc *sc)
sys/dev/ic/siop.c
1825
siop_add_reselsw(struct siop_softc *sc, int target)
sys/dev/ic/siop.c
1874
siop_update_scntl3(struct siop_softc *sc,
sys/dev/ic/siop.c
1891
siop_add_dev(struct siop_softc *sc, int target, int lun)
sys/dev/ic/siop.c
1984
siop_del_dev(struct siop_softc *sc, int target, int lun)
sys/dev/ic/siop.c
296
struct siop_softc *sc = v;
sys/dev/ic/siop.c
77
void siop_reset(struct siop_softc *);
sys/dev/ic/siop.c
78
void siop_handle_reset(struct siop_softc *);
sys/dev/ic/siop.c
81
void siop_unqueue(struct siop_softc *, int, int);
sys/dev/ic/siop.c
82
static void siop_start(struct siop_softc *, struct siop_cmd *);
sys/dev/ic/siop.c
87
void siop_dump_script(struct siop_softc *);
sys/dev/ic/siop.c
88
void siop_morecbd(struct siop_softc *);
sys/dev/ic/siop.c
89
struct siop_lunsw *siop_get_lunsw(struct siop_softc *);
sys/dev/ic/siop.c
90
void siop_add_reselsw(struct siop_softc *, int);
sys/dev/ic/siop.c
91
void siop_update_scntl3(struct siop_softc *,
sys/dev/ic/siopvar.h
131
void siop_attach(struct siop_softc *);
sys/dev/ic/siopvar.h
133
void siop_add_dev(struct siop_softc *, int, int);
sys/dev/ic/siopvar.h
134
void siop_del_dev(struct siop_softc *, int, int);
sys/dev/pci/siop_pci.c
48
struct siop_softc siop;